alexanderGugel / ied

:package: Like npm, but faster - an alternative package manager for Node
http://alexandergugel.github.io/ied
MIT License
1.99k stars 53 forks source link

Add --production flag #157

Closed alexanderGugel closed 8 years ago

alexanderGugel commented 8 years ago

Adds a --production flag (similar to npm). If --production=true, devDependencies will be ignored during the installation.

alexanderGugel commented 8 years ago

Resolves #150