Upgrade ecmascript-runtime to include stage 4 proposals.

https://github.com/meteor/ecmascript-runtime/pull/4
This commit is contained in:
Ben Newman
2016-08-10 17:38:59 -04:00
parent e4e87ecce4
commit fe9f46c8a0

View File

@@ -1,13 +1,13 @@
Package.describe({
name: "ecmascript-runtime",
version: "0.3.13",
version: "0.3.14",
summary: "Polyfills for new ECMAScript 2015 APIs like Map and Set",
git: "https://github.com/meteor/ecmascript-runtime",
documentation: "README.md"
});
Npm.depends({
"meteor-ecmascript-runtime": "0.2.8",
"meteor-ecmascript-runtime": "0.2.9",
});
Package.onUse(function(api) {