From: Dave Methvin Date: Fri, 4 Jan 2013 15:04:24 +0000 (-0500) Subject: Fix dependencies so archived 1.8.3 will build. X-Git-Tag: 1.8.3+1~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=65889d079584bf229bd68b577a946a135f3014ef;p=jquery.git Fix dependencies so archived 1.8.3 will build. --- diff --git a/package.json b/package.json index 643fe751c..ba9d40a0a 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ ], "dependencies": {}, "devDependencies": { - "grunt-compare-size": ">=0.1.0", - "grunt-git-authors": ">=1.0.0", + "grunt-compare-size": "~0.2.0", + "grunt-git-authors": "~1.0.0", "grunt": "~0.3.9", "testswarm": "0.2.2" },