Skip to content

Commit

Permalink
fix: remove types field (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz authored Dec 3, 2024
1 parent 61c95ab commit cee0cf2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,14 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./node": {
"types": "./dist/node.d.ts",
"import": "./dist/node.mjs",
"require": "./dist/node.cjs"
},
"./single-page": {
"types": "./dist/client/single-page.d.ts",
"import": "./dist/client/single-page.mjs",
"require": "./dist/client/single-page.cjs"
}
Expand Down

0 comments on commit cee0cf2

Please sign in to comment.