Skip to content

Commit

Permalink
Fix incorrect exports field
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott authored Jan 23, 2025
1 parent 506819b commit 1d10e10
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 @@ -30,7 +30,7 @@
"exports": {
".": {
"import": {
"types": "./lib/esm//src/index.d.mts",
"types": "./lib/esm/src/index.d.ts",
"default": "./lib/esm/src/index.js"
},
"require": {
Expand Down

0 comments on commit 1d10e10

Please sign in to comment.