diff --git a/package.json b/package.json index af9c571..6f5988c 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,7 @@ "scripts": { "test": "grunt test" }, - "dependencies": { - }, + "dependencies": {}, "devDependencies": { "grunt": "~0.4.0", "grunt-contrib-clean": "~0.5.0", @@ -36,9 +35,9 @@ "grunt-contrib-nodeunit": "~0.2.2" }, "peerDependencies": { - "grunt": "~0.4.0" + "grunt": ">=0.4.0" }, "keywords": [ "gruntplugin" ] -} \ No newline at end of file +}