Skip to content

Commit

Permalink
Merge pull request #69 from Andarist/fix-types-condition
Browse files Browse the repository at this point in the history
Move `types` condition to the front
  • Loading branch information
kasperpeulen authored Jun 2, 2023
2 parents 7706941 + 524e368 commit 4c735fe
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 @@ -19,11 +19,11 @@
"license": "MIT",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"browser": "./dist/index.mjs",
"node": "./dist/index.js",
"types": "./dist/index.d.ts"
"node": "./dist/index.js"
}
},
"main": "dist/index.js",
Expand Down

0 comments on commit 4c735fe

Please sign in to comment.