Skip to content

Commit

Permalink
Merge pull request #32 from thinknimble/fix/module-res
Browse files Browse the repository at this point in the history
updated exports
  • Loading branch information
paribaker authored Jan 13, 2025
2 parents 2cb534d + 24d09c0 commit d824dbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
"exports": {
".": {
"import": {
"types": "./lib/esm/types/index.d.ts",
"default": "./lib/esm/index.mjs"
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./lib/cjs/types/index.d.ts",
"types": "./dist/index.d.ts",
"default": "./lib/cjs/index.js"
}
}
Expand Down

0 comments on commit d824dbe

Please sign in to comment.