Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/voles/smart-npmrc

Seed .npmrc file
https://github.com/voles/smart-npmrc

Last synced: about 1 month ago
JSON representation

Seed .npmrc file

Awesome Lists containing this project

README

        

> If you use the --save flag to auto-update package.json, npm installs the packages with a leading carat (^), putting your modules at risk of drifting to different versions. This is fine for module development, but not good for apps, where you want to keep consistent dependencies between all your environments.

Via the [Heroku blog](https://blog.heroku.com/archives/2015/11/10/node-habits-2016)