Update npm to version 5.2.0.

http://blog.npmjs.org/post/162844303435/v520-2017-07-05
This commit is contained in:
Ben Newman
2017-07-10 23:13:03 -04:00
parent 36302ba715
commit 75373000bd
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
* Node has been upgraded to version 8.1.3.
* The `npm` npm package has been upgraded to version 5.1.0, a major
* The `npm` npm package has been upgraded to version 5.2.0, a major
upgrade from 4.6.1, requiring internal updates to dependency management
logic for Meteor packages that use `Npm.depends`. While these changes
should be backwards-compatible for existing Meteor packages, if you are

View File

@@ -7,7 +7,7 @@ UNAME=$(uname)
ARCH=$(uname -m)
MONGO_VERSION=3.2.12
NODE_VERSION=8.1.3
NPM_VERSION=5.1.0
NPM_VERSION=5.2.0
if [ "$UNAME" == "Linux" ] ; then
if [ "$ARCH" != "i686" -a "$ARCH" != "x86_64" ] ; then

View File

@@ -11,7 +11,7 @@ var packageJson = {
dependencies: {
// Explicit dependency because we are replacing it with a bundled version
// and we want to make sure there are no dependencies on a higher version
npm: "5.1.0",
npm: "5.2.0",
"node-gyp": "3.6.2",
"node-pre-gyp": "0.6.36",
"meteor-babel": "0.22.0",