Skip to content

upgrade npm in LTS to 2.15.4#6663

Closed
iarna wants to merge 1 commit intonodejs:v4.x-stagingfrom
npm:npm-2.15.4
Closed

upgrade npm in LTS to 2.15.4#6663
iarna wants to merge 1 commit intonodejs:v4.x-stagingfrom
npm:npm-2.15.4

Conversation

@iarna
Copy link
Member

@iarna iarna commented May 10, 2016

Checklist
  • tests and code linting passes
  • a test and/or benchmark is included
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)
  • deps
Description of change

This update of npm LTS includes improved documentation, updated dependencies, and some important bug fixes:

  • When packing/publishing, correctly exclude everything in node_modules that are not a part of bundled dependencies. Previously implicitly included files like README and Changelog found in node_modules were being included in the package tarballs.
  • npm deprecate foo once again deprecates all versions of foo.
  • Fixes for handling of file:// URLs on Windows.
  • A fix for rmdir error handling on AIX.

Changelogs:

r: @zkat
r: @thealphanerd
r: @Fishrock123

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

npm Issues and PRs related to the npm client dependency or the npm registry.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants