Skip to content

Commit

Permalink
Upgrade the npm npm package to version 3.10.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Oct 22, 2016
1 parent 0308e38 commit e2be0bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
much more quickly, especially if you have many `node_modules` files.
See https://github.com/meteor/meteor/pull/7668 for more details.

* `npm` has been upgraded to version 3.10.9.

* The `cordova-lib` npm package has been updated to 6.3.1, along with
cordova-android (5.2.2) and cordova-ios (4.2.1), and various plugins.

Expand Down
2 changes: 1 addition & 1 deletion scripts/build-dev-bundle-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ UNAME=$(uname)
ARCH=$(uname -m)
MONGO_VERSION=3.2.6
NODE_VERSION=4.6.1
NPM_VERSION=3.10.8
NPM_VERSION=3.10.9

if [ "$UNAME" == "Linux" ] ; then
if [ "$ARCH" != "i686" -a "$ARCH" != "x86_64" ] ; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev-bundle-tool-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.8",
npm: "3.10.9",
"node-gyp": "3.4.0",
"node-pre-gyp": "0.6.30",
"meteor-babel": "0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-dev-bundle.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$PLATFORM = "windows_x86"
$MONGO_VERSION = "3.2.6"
$NODE_VERSION = "4.6.1"
$NPM_VERSION = "3.10.8"
$NPM_VERSION = "3.10.9"
$PYTHON_VERSION = "2.7.12" # For node-gyp

# take it form the environment if exists
Expand Down

0 comments on commit e2be0bb

Please sign in to comment.