aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-12-19 21:59:18 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-12-19 21:59:42 -0500
commit96a349e46d61ee05e576b8544051e375094c0b4d (patch)
tree640287cf346458143a523db3ddc196e2468defff
parent34946b3d63afb6943febe0ac4be4dcecc739729d (diff)
downloadjquery-96a349e46d61ee05e576b8544051e375094c0b4d.tar.gz
jquery-96a349e46d61ee05e576b8544051e375094c0b4d.zip
Better dependency versions for grunt packages, thanks @Krinkle!
-rw-r--r--package.json12
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": []