Skip to content

Commit

Permalink
fix: exports order
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed May 7, 2023
1 parent 558ae58 commit 5ce1831
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 @@ -9,9 +9,9 @@
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs",
"types": "./dist/types/index.d.ts"
"require": "./dist/index.cjs"
}
},
"files": [
Expand Down

0 comments on commit 5ce1831

Please sign in to comment.