Promote bower to deps vs. devDeps in package.json for EventEmitter2

This commit is contained in:
David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-06 22:31:35 -05:00
parent a365144e97
commit 683c548f73
1 changed files with 3 additions and 1 deletions

View File

@ -15,8 +15,10 @@
"type": "git",
"url": "https://github.com/js-platform/filer.git"
},
"dependencies": {
"bower": "~1.0.0"
},
"devDependencies": {
"bower": "~1.0.0",
"grunt": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-requirejs": "~0.4.0",