Separate dev grunt modules

This commit is contained in:
Pierre Rudloff 2016-08-01 12:50:53 +02:00
parent deefcfada5
commit a64a223996

View file

@ -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"
},