Skip to content

Commit

Permalink
fix: correct exports field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Sep 2, 2024
1 parent 8196064 commit b45bfc6
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 @@ -11,7 +11,7 @@
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"exports": {
"import": {
".": {
"default": "./dist/esm/index.js"
}
},
Expand Down

0 comments on commit b45bfc6

Please sign in to comment.