Skip to content

Commit

Permalink
fix: provide correct types path in conditional exports (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
auvred committed Dec 30, 2023
1 parent a774106 commit 7a884b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
Expand Down

0 comments on commit 7a884b6

Please sign in to comment.