Skip to content

Commit 6af6eee

Browse files
author
Ben Newman
committed
Update Node to version 4.6.1.
https://nodejs.org/en/blog/release/v4.6.1/
1 parent f731bda commit 6af6eee

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

History.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
much more quickly, especially if you have many `node_modules` files.
88
See https://github.com/meteor/meteor/pull/7668 for more details.
99

10+
* Node has been updated to version 4.6.1:
11+
https://nodejs.org/en/blog/release/v4.6.1/
12+
1013
* The `cordova-lib` npm package has been updated to 6.3.1, along with
1114
cordova-android (5.2.2) and cordova-ios (4.2.1), and various plugins.
1215

scripts/build-dev-bundle-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -u
66
UNAME=$(uname)
77
ARCH=$(uname -m)
88
MONGO_VERSION=3.2.6
9-
NODE_VERSION=4.6.0
9+
NODE_VERSION=4.6.1
1010
NPM_VERSION=3.10.8
1111

1212
if [ "$UNAME" == "Linux" ] ; then

scripts/generate-dev-bundle.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# use 32bit by default
33
$PLATFORM = "windows_x86"
44
$MONGO_VERSION = "3.2.6"
5-
$NODE_VERSION = "4.6.0"
5+
$NODE_VERSION = "4.6.1"
66
$NPM_VERSION = "3.10.8"
77
$PYTHON_VERSION = "2.7.12" # For node-gyp
88

0 commit comments

Comments
 (0)