diff --git a/meteor b/meteor index 18f1ff3ba4..d95170d156 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=0.6.0 +BUNDLE_VERSION=0.6.1 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific. diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index f7f778e35b..7091eaba52 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -24,6 +24,7 @@ var packageJson = { // and we want to make sure there are no dependencies on a higher version npm: "2.14.22", "node-gyp": "3.3.1", + "node-pre-gyp": "0.6.26", fibers: fibersVersion, "meteor-babel": "0.9.2", "meteor-promise": "0.5.1",