diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-12-18 23:02:50 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-12-19 18:37:39 -0500 |
commit | cc97125560d16fde1fad54974b10b5526f1309af (patch) | |
tree | 5f1ae406a139b9539d578b875927910224e11586 /package.json | |
parent | 92001a384fac58e33eb4d211144086feef853245 (diff) | |
download | jquery-cc97125560d16fde1fad54974b10b5526f1309af.tar.gz jquery-cc97125560d16fde1fad54974b10b5526f1309af.zip |
Update to Grunt 0.4, and Uglify2 with Source Maps!
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/package.json b/package.json index d6635a48f..e758e0813 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,13 @@ ], "dependencies": {}, "devDependencies": { - "grunt-compare-size": "~0.2.0", - "grunt-git-authors": "=1.0.0", - "grunt-update-submodules": "=0.1.2", - "grunt": "~0.3.17", + "grunt-compare-size": "0.3.1", + "grunt-git-authors": "1.1.0-beta.1", + "grunt-update-submodules": "0.2.0", + "grunt-contrib-watch": "~0.1.4", + "grunt-contrib-jshint": "~0.1.0", + "grunt-contrib-uglify": "~0.1.0", + "grunt": "~0.4.0rc4", "testswarm": "0.2.2" }, "keywords": [] |