Skip to content

Commit

Permalink
fix: move types condition to the front (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed May 9, 2023
1 parent 812fefa commit c91c4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs"
}
},
Expand Down

0 comments on commit c91c4e4

Please sign in to comment.