Closed vvo closed 8 years ago
Should add a word about shrinkwrap or is it too trolly ? :P
I stay away from shrinkwrap until it will be stable :)
I mean, shrinkwrap works but is a pain to use and update
As an addendum, it's the author to decide but it's not obvious to me if this article should or not bother about sub-dependencies. Maybe the proper fix would be keeping the old sentence and add "(beware poorly managed sub-dependencies)" + a link to more info
beware poorly managed sub-dependencies
Well the default npm install strategy is to be "poor". Choosing save-exact is only a matter of taste/preference/paranoia I think
this is correct, but I feel it is sort of off putting to the reader, the objective here is to explain responsible use of semver. I'm okay with encouraging people to use exact..
maybe it should say that it's best practice to check in your dependencies if you are writing an application? and not a module?
Not needed, I don't even use exact anymore: https://gist.github.com/vvo/84a94cfc0f94c91ea6b6
also fixes #4