From: Dave Methvin Date: Wed, 19 Dec 2012 17:19:20 +0000 (-0500) Subject: Do not assume new versions are back compatible. X-Git-Tag: 1.9.0rc1~29 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=92001a384fac58e33eb4d211144086feef853245;p=jquery.git Do not assume new versions are back compatible. --- 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" },