From 65889d079584bf229bd68b577a946a135f3014ef Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Fri, 4 Jan 2013 10:04:24 -0500 Subject: [PATCH] Fix dependencies so archived 1.8.3 will build. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }, -- 2.39.5