From e5313e9144d0204c4e31a7fc12e4e83bb6c887ad Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 11 Aug 2016 11:42:59 -0400 Subject: [PATCH] Update meteor-ecmascript-runtime to v0.2.9. --- scripts/dev-bundle-tool-package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index fd75a4d7a5..25e63dd000 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -21,7 +21,7 @@ var packageJson = { // So that Babel 6 can emit require("babel-runtime/helpers/...") calls. "babel-runtime": "6.9.2", // For various ES2015 polyfills, such as Map and Set. - "meteor-ecmascript-runtime": "0.2.6", + "meteor-ecmascript-runtime": "0.2.9", // Not yet upgrading Underscore from 1.5.2 to 1.7.0 (which should be done // in the package too) because we should consider using lodash instead // (and there are backwards-incompatible changes either way).