Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 11, 2022
1 parent d6f5a33 commit 29939b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core-js-compat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ console.log(targets);
// object:
{
android: '4.0', // Android WebView version
bun: '0.2', // Bun version
bun: '0.1.2', // Bun version
chrome: '38', // Chrome version
deno: '1.12', // Deno version
edge: '13', // Edge version
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-compat/src/external.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
modules: {
bun: '0.1',
bun: '0.1.1',
chrome: '61',
deno: '1.0',
edge: '16',
Expand Down

0 comments on commit 29939b5

Please sign in to comment.