Skip to content

Commit

Permalink
build: sort exports
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed May 13, 2023
1 parent f60dc4e commit fc4db3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"type": "module",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
Expand Down

0 comments on commit fc4db3f

Please sign in to comment.