Upgrade npm to version 4.1.2 again, matching Meteor 1.4.3 as published.

This commit is contained in:
Ben Newman
2017-02-13 14:35:49 -05:00
parent 0f8fb6fcbe
commit bdcce3d209
4 changed files with 7 additions and 3 deletions

View File

@@ -41,6 +41,10 @@
- [PR(`meetup`) #8321](https://github.com/meteor/meteor/pull/8321)
- [PR(`weibo`) #8302](https://github.com/meteor/meteor/pull/8302)
* The `npm` npm package is still at version 4.1.2 (as it was when Meteor
1.4.3 was originally published), even though `npm` was downgraded to
3.10.9 in Meteor 1.4.2.7.
* The `meteor-babel` npm package has been upgraded to version 0.14.3,
fixing [#8021](https://github.com/meteor/meteor/issues/8021) and
[#7662](https://github.com/meteor/meteor/issues/7662).

View File

@@ -7,7 +7,7 @@ UNAME=$(uname)
ARCH=$(uname -m)
MONGO_VERSION=3.2.6
NODE_VERSION=4.7.3
NPM_VERSION=3.10.9
NPM_VERSION=4.1.2
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: "3.10.9",
npm: "4.1.2",
"node-gyp": "3.4.0",
"node-pre-gyp": "0.6.30",
"meteor-babel": "0.14.3",

View File

@@ -3,7 +3,7 @@
$PLATFORM = "windows_x86"
$MONGO_VERSION = "3.2.6"
$NODE_VERSION = "4.7.3"
$NPM_VERSION = "3.10.9"
$NPM_VERSION = "4.1.2"
$PYTHON_VERSION = "2.7.12" # For node-gyp
# take it form the environment if exists