abraham / node-package

Node Package Web Component

Home Page:https://www.npmjs.com/package/node-package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add dev option

abraham opened this issue · comments

<node-package name="firebase-tools" dev></node-package>

Results in the install command:

npm install firebase-tools --save-dev

Or maybe this should be an install attribute which would also support global

<node-package name="firebase-tools" install="save-dev"></node-package>