aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2012-12-19 12:19:20 -0500
committerDave Methvin <dave.methvin@gmail.com>2012-12-19 12:19:20 -0500
commit92001a384fac58e33eb4d211144086feef853245 (patch)
tree7ad510703a43003a82cf8a66d511732ca2f68f14 /package.json
parentc928ed432a164e7f6caa057e128db4a4c5040405 (diff)
downloadjquery-92001a384fac58e33eb4d211144086feef853245.tar.gz
jquery-92001a384fac58e33eb4d211144086feef853245.zip
Do not assume new versions are back compatible.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 346086e75..d6635a48f 100644
--- a/package.json
+++ b/package.json
@@ -24,8 +24,8 @@
"dependencies": {},
"devDependencies": {
"grunt-compare-size": "~0.2.0",
- "grunt-git-authors": ">=1.0.0",
- "grunt-update-submodules": ">=0.1.2",
+ "grunt-git-authors": "=1.0.0",
+ "grunt-update-submodules": "=0.1.2",
"grunt": "~0.3.17",
"testswarm": "0.2.2"
},