diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-12-19 21:59:18 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-12-19 21:59:42 -0500 |
commit | 96a349e46d61ee05e576b8544051e375094c0b4d (patch) | |
tree | 640287cf346458143a523db3ddc196e2468defff | |
parent | 34946b3d63afb6943febe0ac4be4dcecc739729d (diff) | |
download | jquery-96a349e46d61ee05e576b8544051e375094c0b4d.tar.gz jquery-96a349e46d61ee05e576b8544051e375094c0b4d.zip |
Better dependency versions for grunt packages, thanks @Krinkle!
-rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index d6fcdc82c..1fc7d8f46 100644 --- a/package.json +++ b/package.json @@ -26,14 +26,14 @@ }, "dependencies": {}, "devDependencies": { - "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-compare-size": "~0.3.0", + "grunt-git-authors": "~1.1.0", + "grunt-update-submodules": "~0.2.0", + "grunt-contrib-watch": "~0.1.0", "grunt-contrib-jshint": "~0.1.0", "grunt-contrib-uglify": "~0.1.0", - "grunt": "~0.4.0rc4", - "grunt-cli": "0.1.6", + "grunt-cli": "~0.1.0", + "grunt": "~0.4.0", "testswarm": "0.2.2" }, "keywords": [] |