Skip to content

Commit

Permalink
Merge pull request meteor#11665 from brucejo75/brucejo75/rollback_cor…
Browse files Browse the repository at this point in the history
…e-js

Rollback to [email protected]
  • Loading branch information
StorytellerCZ authored Oct 3, 2021
2 parents 635d3a6 + d3a5a0b commit 78c4b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ecmascript-runtime-client/package.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package.describe({
name: "ecmascript-runtime-client",
version: "0.12.0",
version: "0.12.1",
summary: "Polyfills for new ECMAScript 2015 APIs like Map and Set",
git: "https://github.com/meteor/meteor/tree/devel/packages/ecmascript-runtime-client",
documentation: "README.md"
});

Npm.depends({
"core-js": "3.16.0"
"core-js": "3.15.2"
});

Package.onUse(function(api) {
Expand Down

0 comments on commit 78c4b20

Please sign in to comment.