Steven Black

Results 281 comments of Steven Black

Thank you for this Rafa @rafa-dot-el. We would do this because... ? Please provide a reason. 😄

Thank you @abbbw. Ping @sinfonietta for inclusion.

Thanks everybody. Closing.

In a young project I think you want to be on top of this. Manually update package.json, yes. It's not clear whether you ran `npm update` – that'll replace the...

Here's the [list of options for prefixing dependencies](https://docs.npmjs.com/files/package.json#dependencies). I tend to always want the latest utilities, packagers, transpilers and test runners, and a little more conservative on linters. Note that...

Also [npm-shrinkwrap](https://docs.npmjs.com/cli/shrinkwrap) is interesting. Here you can have a liberal `package.json` for development, and lock that down as part of your major release or tagging process.

Another thing to be aware of is your `.npmrc` file settings, in particular [`save-exact`](https://docs.npmjs.com/misc/config#save-exact) and [`save-prefix`](https://docs.npmjs.com/misc/config#save-prefix).

Thank you Miroslav @mirokrastev! Ping @sinfonietta for evaluation and inclusion.

Thank you again @Sinfonietta and thanks also @mirokrastev.