On Mon, Nov 2, 2015 at 5:24 PM, Eli Perelman <[email protected]> wrote:
> 1. Packages should probably stop using version ranges for their > dependencies. By using the --save-exact flag when installed, e.g. `npm > install --save --save-exact express`, a package dependency can be pinned to > a specific version. You can make this the default behavior when saving > with: npm config set save-exact true This is my personal favorite. Let's just use exact targets for everything. The only reason I can think of not to is to automagically get the bugfixes that generally come with minor version releases. But I think it's ok to only update explicitly when we need a new feature or bugfix.
_______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

