Skip to content

Commit

Permalink
fix: exports order
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 committed Dec 26, 2024
1 parent 18a46e9 commit 6ba1fc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"types": "dist/lib/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"browser": "./dist/index.global.js",
"types": "./dist/lib/index.d.ts"
"types": "./dist/lib/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"type": "module",
Expand Down

0 comments on commit 6ba1fc3

Please sign in to comment.