mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add node-pre-gyp to dev bundle and bump $BUNDLE_VERSION to 0.6.1.
This commit is contained in:
2
meteor
2
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.
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user