diff --git a/package.json b/package.json index eb99b61..ba0c473 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,8 @@ "devDependencies": { "grunt": "^0.4.5", "grunt-browserify": "^3.8.0", + "grunt-cli": "^1.2.0", "grunt-contrib-uglify": "^0.9.1" }, - "dependencies": { - "grunt-cli": "^1.2.0" - } + "dependencies": {} }