diff --git a/package.json b/package.json index d597477..63509e6 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,9 @@ "scripts": { "test": "grunt test" }, - "dependencies": { - }, + "dependencies": {}, "peerDependencies": { - "grunt": "~0.4.1" + "grunt": ">=0.4.0" }, "keywords": [ "gruntplugin", @@ -39,4 +38,4 @@ "generator", "combo" ] -} \ No newline at end of file +}