Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 / npm3 addition #19

Merged
merged 3 commits into from Dec 10, 2016
Merged

Patch 1 / npm3 addition #19

merged 3 commits into from Dec 10, 2016

Conversation

CalebMorris
Copy link
Owner

Replacing #18

From npm3 forward the behevior of peer-dependencies has changed:

The peer-depency in previous versions would download the package if it
wasn't listed in dependencies section of package.json. This led to some
discussion and eventually to the change so that the peers are used
specificly to find conflicts in transitive dependencies and don't
download any packages unless specified in dependencies.

Announcement: http://blog.npmjs.org/post/110924823920/npm-weekly-5

Discussion: npm/npm#5080 (comment)

dleitee and others added 3 commits December 7, 2016 15:26
From npm3 forward the behevior of peer-dependencies has changed:

The peer-depency in previous versions would download the package if it
wasn't listed in dependencies section of package.json. This led to some
discussion and eventually to the change so that the peers are used
specificly to find conflicts in transitive dependencies and don't
download any packages unless specified in dependencies.

Announcement: http://blog.npmjs.org/post/110924823920/npm-weekly-5

Discussion: npm/npm#5080 (comment)
@CalebMorris CalebMorris merged commit 6fb2cd0 into master Dec 10, 2016
@CalebMorris CalebMorris deleted the patch-1_/npm3-addition branch December 10, 2016 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants