add grunt-cli to devDependencies

This commit is contained in:
blurymind 2019-11-11 18:13:13 +00:00 committed by Julian Descottes
parent 025c34d07c
commit cf92045489
1 changed files with 2 additions and 1 deletions

View File

@ -31,8 +31,9 @@
"devDependencies": {
"dateformat": "2.0.0",
"fs-extra": "3.0.1",
"grunt": "0.4.5",
"grunt": "^0.4.5",
"grunt-casperjs": "^2.2.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "1.0.2",