Separate dev grunt modules
This commit is contained in:
parent
deefcfada5
commit
a64a223996
1 changed files with 3 additions and 1 deletions
|
@ -7,11 +7,13 @@
|
|||
"grunt-cli": "~1.2.0",
|
||||
"grunt-contrib-cssmin": "~1.0.0",
|
||||
"grunt-contrib-uglify": "~1.0.0",
|
||||
"bower": "~1.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt-contrib-watch": "~1.0.0",
|
||||
"grunt-phpcs": "~0.4.0",
|
||||
"grunt-phpunit": "~0.3.6",
|
||||
"grunt-contrib-compress": "~1.3.0",
|
||||
"bower": "~1.7.1",
|
||||
"grunt-githash": "~0.1.3",
|
||||
"grunt-jslint": "~1.1.14"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue