From ea2a8bc4685194c033a074c6f634b100bc23d752 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Wed, 28 Jan 2015 13:26:41 -0800 Subject: [PATCH] Add rimraf to dev bundle --- meteor | 2 +- scripts/dev-bundle-tool-package.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meteor b/meteor index 0dc76e5753..f5e47ed8f9 100755 --- a/meteor +++ b/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. diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index e1620ec9d9..8909b1a028 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -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.