Separate devDependencies

This commit is contained in:
Pierre Rudloff 2015-04-19 13:20:02 +02:00
parent 095599e8e7
commit 8595c63e2f
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-uglify": "~0.6.0"
},
"devDependencies": {
"grunt-contrib-watch": "~0.6.1",
"grunt-phpcs": "~0.4.0"
},