Skip to content

Commit

Permalink
chore: remove types field
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 28, 2024
1 parent c62c635 commit 9464926
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 9464926

Please sign in to comment.