Promote bower to deps vs. devDeps in package.json for EventEmitter2
This commit is contained in:
parent
a365144e97
commit
683c548f73
|
@ -15,8 +15,10 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/js-platform/filer.git"
|
"url": "https://github.com/js-platform/filer.git"
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"bower": "~1.0.0"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bower": "~1.0.0",
|
|
||||||
"grunt": "~0.4.0",
|
"grunt": "~0.4.0",
|
||||||
"grunt-contrib-clean": "~0.4.0",
|
"grunt-contrib-clean": "~0.4.0",
|
||||||
"grunt-contrib-requirejs": "~0.4.0",
|
"grunt-contrib-requirejs": "~0.4.0",
|
||||||
|
|
Loading…
Reference in New Issue