move grunt-cli to devDeps

This commit is contained in:
Vladimir Starkov
2015-11-09 23:55:53 +01:00
parent 2a45b8795d
commit a681e06378

View File

@@ -55,13 +55,13 @@
] ]
}, },
"dependencies": { "dependencies": {
"grunt-cli": "^0.1.13",
"mime-types": "^2.1.7", "mime-types": "^2.1.7",
"xml": "^1.0.0" "xml": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"folderify": "^1.1.0", "folderify": "^1.1.0",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.3", "grunt-contrib-jshint": "^0.11.3",
"grunt-release": "^0.13.0", "grunt-release": "^0.13.0",
"grunt-templates-dylang": "^1.0.10", "grunt-templates-dylang": "^1.0.10",