Skip to content

Commit

Permalink
fix: simplify exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Sep 2, 2024
1 parent b45bfc6 commit 7791616
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"exports": {
".": {
"default": "./dist/esm/index.js"
}
".": "./dist/esm/index.js"
},
"files": [
"dist"
Expand Down

0 comments on commit 7791616

Please sign in to comment.