diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-05 18:18:48 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-05 18:18:48 +0200 |
commit | 58a504093c320744b8ab252cc75df966dd8968bc (patch) | |
tree | d4e2433f87e49a190f3e592a677f26aeea6f8c4d | |
parent | 0c185209233f4c15e57c6a24e8f81b27dd26db59 (diff) | |
download | jquery-58a504093c320744b8ab252cc75df966dd8968bc.tar.gz jquery-58a504093c320744b8ab252cc75df966dd8968bc.zip |
No ticket. Update packages, make the devDependencies list alphabetic.
-rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 18ae7e24f..cd08ade5a 100644 --- a/package.json +++ b/package.json @@ -28,16 +28,16 @@ ], "dependencies": {}, "devDependencies": { + "archiver": "~0.4.9", "grunt": "~0.4.1", "grunt-compare-size": "~0.4.0", + "grunt-contrib-jshint": "~0.6.4", + "grunt-contrib-uglify": "~0.2.4", + "grunt-contrib-watch": "~0.5.3", "grunt-git-authors": "~1.2.0", - "grunt-contrib-watch": "~0.4.4", - "grunt-contrib-jshint": "~0.6.0", - "grunt-contrib-uglify": "~0.2.2", + "grunt-jsonlint": "~1.0.0", "gzip-js": "0.3.2", "testswarm": "~1.1.0", - "archiver": "~0.4.6", - "grunt-jsonlint": "~1.0.0", "requirejs": "~2.1.8" }, "scripts": { |