mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Upgrade npm to version 4.1.2 again, matching Meteor 1.4.3 as published.
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user