diff options
author | Oleg <markelog@gmail.com> | 2013-12-19 08:32:40 +0400 |
---|---|---|
committer | Oleg <markelog@gmail.com> | 2013-12-19 08:34:49 +0400 |
commit | 09ede3d33b1a43c399bc9549c634af634513a81d (patch) | |
tree | f66003d481db40071a0ae4a34cbb182f72d8a08d /package.json | |
parent | bb3fff9ac2c7c8b07809219305d7f86d282fd84f (diff) | |
download | jquery-09ede3d33b1a43c399bc9549c634af634513a81d.tar.gz jquery-09ede3d33b1a43c399bc9549c634af634513a81d.zip |
Use the exact versions dependencies
And remove unused "which" package
Closes gh-1458
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/package.json b/package.json index b3fa511ce..ce09760d5 100644 --- a/package.json +++ b/package.json @@ -29,22 +29,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", |