Skip to content

Commit

Permalink
fix: move types first
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored May 18, 2023
1 parent 24e998a commit 90a7f9e
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 @@ -8,9 +8,9 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs"
}
},
"bin": {
Expand Down

0 comments on commit 90a7f9e

Please sign in to comment.