greenkeeperio / greenkeeper-lockfile

:lock: Your lockfile, up to date, all the time
https://greenkeeper.io
183 stars 73 forks source link

Add option to shrinkwrap devDependencies #11

Closed felixfbecker closed 7 years ago

felixfbecker commented 7 years ago

We shrinkwrap our devDependencies because we had a lot of build failures due to in-version breaking changes or bugs in build tools. To include them, you need to run npm shrinkwrap --dev

boennemann commented 7 years ago

Hey @felixfbecker, thanks for the feedback. --dev is the default with npm@4. Could you try updating npm, while we further investigate?

Best, Stephan

boennemann commented 7 years ago

Yay, open source. Didn't even see there was a PR that fixes this already. Should work now.

https://github.com/greenkeeperio/greenkeeper-shrinkwrap/pull/13