From fe9f46c8a01bb503b6cad3bb54464639fb2d84c8 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Wed, 10 Aug 2016 17:38:59 -0400 Subject: [PATCH] Upgrade ecmascript-runtime to include stage 4 proposals. https://github.com/meteor/ecmascript-runtime/pull/4 --- packages/ecmascript-runtime/package.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ecmascript-runtime/package.js b/packages/ecmascript-runtime/package.js index 747da9d95b..0174dcc23a 100644 --- a/packages/ecmascript-runtime/package.js +++ b/packages/ecmascript-runtime/package.js @@ -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) {