Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Nov 4, 2022
1 parent 6108868 commit a8f63aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/babel-parser/package.json
Expand Up @@ -54,9 +54,9 @@
"type": "module",
"exports": {
".": {
"types": "./typings/babel-parser.d.ts",
"require": "./lib/index.cjs",
"default": "./lib/index.js",
"types": "./typings/babel-parser.d.ts"
"default": "./lib/index.js"
},
"./package.json": "./package.json"
}
Expand All @@ -66,9 +66,9 @@
},
"exports": {
".": {
"types": "./typings/babel-parser.d.ts",
"require": "./index.cjs",
"default": "./lib/index.js",
"types": "./typings/babel-parser.d.ts"
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-types/package.json
Expand Up @@ -53,8 +53,8 @@
},
"exports": {
".": {
"default": "./lib/index.js",
"types": "./lib/index-legacy.d.ts"
"types": "./lib/index-legacy.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit a8f63aa

Please sign in to comment.