Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prune: Fix bug where prune --production would remove dev deps from th…
…e lock file
- Loading branch information
cec5be5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seem to be some issues with shrinkwrapd packages installed as global packages where their devDeps listed in the shrinkwrap file get installed (even though they arn't needed in that context).
The change broke the ability to use
prune
to create devDep free shrinkwraps. I reverted and discussed more in #166