From 96a349e46d61ee05e576b8544051e375094c0b4d Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Wed, 19 Dec 2012 21:59:18 -0500 Subject: [PATCH] Better dependency versions for grunt packages, thanks @Krinkle! --- package.json | 12 ++++++------ 1 file 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": [] -- 2.39.5