mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Upgrade npm to version 5.5.1.
http://blog.npmjs.org/post/166044150500/v550-2017-10-04
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
* Node has been upgraded to version 8.9.2.
|
||||
|
||||
* The `npm` package has ben upgraded to version 5.5.1.
|
||||
|
||||
## v1.6, 2017-10-30
|
||||
|
||||
* Node.js has been upgraded to version 8.8.1, which will be entering
|
||||
|
||||
@@ -8,7 +8,7 @@ ARCH=$(uname -m)
|
||||
NODE_VERSION=8.9.2
|
||||
MONGO_VERSION_64BIT=3.2.15
|
||||
MONGO_VERSION_32BIT=3.2.15
|
||||
NPM_VERSION=5.4.2
|
||||
NPM_VERSION=5.5.1
|
||||
|
||||
# If we built Node from source on Jenkins, this is the build number.
|
||||
NODE_BUILD_NUMBER=111
|
||||
|
||||
@@ -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.4.2",
|
||||
npm: "5.5.1",
|
||||
pacote: "https://github.com/meteor/pacote/tarball/4e58fa55e2a0ba7dc75b26ff5273730d98335a85",
|
||||
"node-gyp": "3.6.2",
|
||||
"node-pre-gyp": "0.6.36",
|
||||
|
||||
Reference in New Issue
Block a user