Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Update npm-shrinkwrap and shrinkwrap file so this module is installable #23

Closed
wants to merge 3 commits into from

Conversation

Mr0grog
Copy link

@Mr0grog Mr0grog commented Mar 28, 2016

This updates npm-shrinkwrap to the latest (v200.5.1), which installs fine and is also compatible with NPM 2+. It also uses that version to rebuild the shrinkwrap file to only include non-dev dependencies, so consumers of this module (or a dependent of this module) don’t need to know they have to npm install --no-shrinkwrap, especially when the reason for that is a sub (or sub-sub-sub) dependency.

Since it only affects how shrinkwapping works and all tests still pass fine, this ought to be pretty safe.

Also fixes #22.

Mr0grog added 3 commits March 28, 2016 09:25
…uild shrinkwrap file.

NPM 2 has been shipping with Node.js since v0.11.14 in late 2014, so it seems save to move up to shrinkwrap 200.x, which is for NPM 2+.
Fixes aymericbeaumet#22.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can no longer be installed due to npm-shrinkwrap 5.4.0 dependency
2 participants