Skip to content

Commit

Permalink
Test should fail on this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Oct 7, 2021
1 parent 2d918da commit cfc867c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ecmascript-runtime-client/package.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package.describe({
name: 'ecmascript-runtime-client',
version: '0.12.1',
version: '0.12.2',
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.15.2',
'core-js': '3.18.1',
});

Package.onUse(function(api) {
Expand Down

0 comments on commit cfc867c

Please sign in to comment.