mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Use the exact versions dependencies
And remove unused "which" package
Cherry picked from the commit 09ede3d33b
This commit is contained in:
parent
b876352d97
commit
0e89df5b6d
32
package.json
32
package.json
@ -30,22 +30,24 @@
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"archiver": "~0.4.10",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-bowercopy": "~0.4.1",
|
||||
"grunt-cli": "~0.1.11",
|
||||
"grunt-compare-size": "~0.4.0",
|
||||
"grunt-contrib-jshint": "~0.7.1",
|
||||
"grunt-contrib-uglify": "~0.2.7",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"grunt-git-authors": "~1.2.0",
|
||||
"grunt-jscs-checker": "~0.2.3",
|
||||
"grunt-jsonlint": "~1.0.1",
|
||||
"archiver": "0.4.10",
|
||||
"gzip-js": "0.3.2",
|
||||
"load-grunt-tasks": "~0.2.0",
|
||||
"testswarm": "~1.1.0",
|
||||
"requirejs": "~2.1.9",
|
||||
"which": "~1.0.5"
|
||||
"testswarm": "1.1.0",
|
||||
"load-grunt-tasks": "0.2.0",
|
||||
"requirejs": "2.1.9",
|
||||
|
||||
"grunt": "0.4.2",
|
||||
"grunt-cli": "0.1.11",
|
||||
|
||||
"grunt-contrib-jshint": "0.7.2",
|
||||
"grunt-contrib-uglify": "0.2.7",
|
||||
"grunt-contrib-watch": "0.5.3",
|
||||
|
||||
"grunt-bowercopy": "0.4.1",
|
||||
"grunt-compare-size": "0.4.0",
|
||||
"grunt-git-authors": "1.2.0",
|
||||
"grunt-jscs-checker": "0.2.6",
|
||||
"grunt-jsonlint": "1.0.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm install && grunt",
|
||||
|
Loading…
Reference in New Issue
Block a user