Skip to content

Commit

Permalink
Fix the types export in the exports field by making it non-last
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Sep 27, 2022
1 parent 70b2501 commit 923838a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@
},
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts"
"types": "./dist/types/index.d.ts",
"default": "./dist/esm/index.js"
}
},
"lint-staged": {
Expand Down

0 comments on commit 923838a

Please sign in to comment.