chore(package.json): use devDependencies instead of dependencies

This commit is contained in:
Dan Kohn 2013-05-18 11:41:27 -04:00 committed by Igor Minar
parent 5a34464198
commit eb21eb5a06

View file

@ -1,7 +1,7 @@
{ {
"name": "AngularJS", "name": "AngularJS",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "devDependencies": {
"grunt": "0.4.0", "grunt": "0.4.0",
"grunt-contrib-clean": "0.4.0", "grunt-contrib-clean": "0.4.0",
"grunt-contrib-compress": "0.4.1", "grunt-contrib-compress": "0.4.1",