mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
@@ -2,6 +2,8 @@
|
||||
|
||||
## v1.4.1
|
||||
|
||||
* Node has been upgraded to 4.5.0.
|
||||
|
||||
* The `meteor publish-for-arch` command is no longer necessary when
|
||||
publishing Meteor packages with binary npm dependencies. Instead, binary
|
||||
dependencies will be rebuilt automatically on the installation side.
|
||||
|
||||
@@ -6,7 +6,7 @@ set -u
|
||||
UNAME=$(uname)
|
||||
ARCH=$(uname -m)
|
||||
MONGO_VERSION=3.2.6
|
||||
NODE_VERSION=4.4.7
|
||||
NODE_VERSION=4.5.0
|
||||
NPM_VERSION=3.10.5
|
||||
|
||||
if [ "$UNAME" == "Linux" ] ; then
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# use 32bit by default
|
||||
$PLATFORM = "windows_x86"
|
||||
$MONGO_VERSION = "3.2.6"
|
||||
$NODE_VERSION = "4.4.7"
|
||||
$NODE_VERSION = "4.5.0"
|
||||
$NPM_VERSION = "3.10.5"
|
||||
$PYTHON_VERSION = "2.7.10" # For node-gyp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user