Skip to content

Commit

Permalink
Fix export types
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Jan 1, 2025
1 parent ab338da commit b1e2655
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
"module": "dist/candy_wrapper.mjs",
"types": "dist/candy_wrapper.d.mts",
"exports": {
"./package.json": "./package.json"
"./package.json": "./package.json",
".": {
"types": "./dist/candy_wrapper.d.mts",
"import": "./dist/candy_wrapper.mjs",
"default": "./dist/cjs/candy_wrapper.cjs"
}
},
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit b1e2655

Please sign in to comment.