Skip to content

Commit

Permalink
fix: update exports to point to correct dist assets
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyfigaro committed Dec 2, 2024
1 parent c5a1590 commit 92b2389
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"typings": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs"
}
},
"scripts": {
Expand Down

0 comments on commit 92b2389

Please sign in to comment.