Separate devDependencies
This commit is contained in:
parent
095599e8e7
commit
8595c63e2f
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue