Add node-pre-gyp to dev bundle and bump $BUNDLE_VERSION to 0.6.1.

This commit is contained in:
Ben Newman
2016-04-25 10:39:03 -04:00
parent fdce895bba
commit 5165f3df7c
2 changed files with 2 additions and 1 deletions

2
meteor
View File

@@ -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.

View File

@@ -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",