albertinad / brackets-bower

Bower integration in Brackets.
MIT License
47 stars 9 forks source link

Feature request: Option for QuickInstall to add packages to bower.json as "devDependencies" by default #87

Open JKVeganAbroad opened 8 years ago

JKVeganAbroad commented 8 years ago

Most of my Bower packages are simply "devDependencies", which won't make their way into the final distribution of my software.

It would be convenient if brackets-bower added my packages to the bower.json file under the "devDependencies" property instead of the "dependencies" property.

This is a request for an option to specify QuickInstall to download packages as "devDependencies" by default.