Update meteor-ecmascript-runtime to v0.2.9.

This commit is contained in:
Ben Newman
2016-08-11 11:42:59 -04:00
parent 027a7b6e32
commit e5313e9144

View File

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