Skip to content

Commit

Permalink
fix: default should be last one
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotLewis committed Apr 1, 2024
1 parent 94d3808 commit e67d53c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"module": "dist/index.mjs",
"exports": {
"require": {
"default": "./dist/index.js",
"types": "./typings/index.d.ts"
"types": "./typings/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"default": "./dist/index.mjs",
"types": "./typings/index.d.ts"
"types": "./typings/index.d.ts",
"default": "./dist/index.mjs"
}
},
"types": "typings/index.d.ts",
Expand Down

0 comments on commit e67d53c

Please sign in to comment.