Skip to content

Commit

Permalink
14.3 dist files update
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed Dec 30, 2022
1 parent 155e2db commit bfc8357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/melonjs.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,10 @@ var store$2 = sharedStore;
(shared$3.exports = function (key, value) {
return store$2[key] || (store$2[key] = value !== undefined ? value : {});
})('versions', []).push({
version: '3.27.0',
version: '3.27.1',
mode: IS_PURE ? 'pure' : 'global',
copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
license: 'https://github.com/zloirock/core-js/blob/v3.27.0/LICENSE',
license: 'https://github.com/zloirock/core-js/blob/v3.27.1/LICENSE',
source: 'https://github.com/zloirock/core-js'
});

Expand Down

0 comments on commit bfc8357

Please sign in to comment.