mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Preparations for npm/bower publishing
This commit is contained in:
parent
8df348e9eb
commit
6095be1260
@ -27,7 +27,7 @@ module.exports = function( grunt ) {
|
||||
return gzip.zip( contents, {} ).length;
|
||||
}
|
||||
},
|
||||
cache: "dist/.sizecache.json"
|
||||
cache: "build/.sizecache.json"
|
||||
}
|
||||
},
|
||||
build: {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jquery",
|
||||
"version": "2.0.4-pre",
|
||||
"version": "2.1.0-pre",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"build",
|
||||
@ -13,10 +13,10 @@
|
||||
"bower.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"sizzle": "~1.10.11",
|
||||
"requirejs": "~2.1.8"
|
||||
"sizzle": "~1.10.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"requirejs": "~2.1.8",
|
||||
"qunit": "~1.12.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user