mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add rimraf to dev bundle
This commit is contained in:
2
meteor
2
meteor
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
BUNDLE_VERSION=0.4.7
|
||||
BUNDLE_VERSION=0.4.8
|
||||
|
||||
# OS Check. Put here because here is where we download the precompiled
|
||||
# bundles that are arch specific.
|
||||
|
||||
@@ -34,6 +34,7 @@ var packageJson = {
|
||||
"http-proxy": "1.6.0",
|
||||
"wordwrap": "0.0.2",
|
||||
"moment": "2.8.4",
|
||||
"rimraf": "2.2.8",
|
||||
// XXX: When we update this, see if it fixes this Github issue:
|
||||
// https://github.com/jgm/CommonMark/issues/276 . If it does, remove the
|
||||
// workaround from the tool.
|
||||
|
||||
Reference in New Issue
Block a user