move grunt-cli to devDependencies

This commit is contained in:
Jonathan Grimes 2018-01-29 15:56:28 -06:00 committed by GitHub
parent 4ba430697e
commit 10d70bad21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {}
}