Skip to content

Commit

Permalink
Update after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Feb 10, 2021
1 parent dd3950f commit 8585808
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs2/package.json
Expand Up @@ -224,8 +224,8 @@
"default": "./helpers/readOnlyError/index.mjs"
},
"./helpers/writeOnlyError": {
"node": "./helpers/writeOnlyError/index.js",
"module": "./helpers/writeOnlyError/index.mjs",
"node": "./helpers/writeOnlyError/index.js",
"default": "./helpers/writeOnlyError/index.mjs"
},
"./helpers/classNameTDZError": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs3/package.json
Expand Up @@ -223,8 +223,8 @@
"default": "./helpers/readOnlyError/index.mjs"
},
"./helpers/writeOnlyError": {
"node": "./helpers/writeOnlyError/index.js",
"module": "./helpers/writeOnlyError/index.mjs",
"node": "./helpers/writeOnlyError/index.js",
"default": "./helpers/writeOnlyError/index.mjs"
},
"./helpers/classNameTDZError": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime/package.json
Expand Up @@ -223,8 +223,8 @@
"default": "./helpers/readOnlyError/index.mjs"
},
"./helpers/writeOnlyError": {
"node": "./helpers/writeOnlyError/index.js",
"module": "./helpers/writeOnlyError/index.mjs",
"node": "./helpers/writeOnlyError/index.js",
"default": "./helpers/writeOnlyError/index.mjs"
},
"./helpers/classNameTDZError": {
Expand Down

0 comments on commit 8585808

Please sign in to comment.