diff --git a/package.json b/package.json index b1eaf92..40355c3 100644 --- a/package.json +++ b/package.json @@ -32,15 +32,15 @@ "grunt-contrib-clean": "^0.5.0", "grunt-contrib-nodeunit": "^0.3.3", "grunt": "~0.4.5", - "motleycss":"1.0.4" + "motleycss": "1.0.4" }, - "dependencies":{ - "motleycss":"1.0.4" + "dependencies": { + "motleycss": "1.0.4" }, "peerDependencies": { - "grunt": "~0.4.5" + "grunt": ">=0.4.0" }, "keywords": [ "gruntplugin" ] -} \ No newline at end of file +}