Skip to content

Commit bb646b7

Browse files
committed
chore: update tsdown
1 parent 647a960 commit bb646b7

File tree

6 files changed

+97
-173
lines changed

6 files changed

+97
-173
lines changed

packages/core/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
".": "./dist/index.js",
2525
"./package.json": "./package.json"
2626
},
27-
"main": "./dist/index.js",
28-
"module": "./dist/index.js",
2927
"types": "./dist/index.d.ts",
3028
"files": [
3129
"dist"

packages/react/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
".": "./dist/index.js",
2626
"./package.json": "./package.json"
2727
},
28-
"main": "./dist/index.js",
29-
"module": "./dist/index.js",
3028
"types": "./dist/index.d.ts",
3129
"files": [
3230
"dist"

packages/svelte/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
".": "./dist/index.js",
2626
"./package.json": "./package.json"
2727
},
28-
"main": "./dist/index.js",
29-
"module": "./dist/index.js",
3028
"types": "./dist/index.d.ts",
3129
"files": [
3230
"dist"

packages/vue/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
".": "./dist/index.js",
2626
"./package.json": "./package.json"
2727
},
28-
"main": "./dist/index.js",
29-
"module": "./dist/index.js",
3028
"types": "./dist/index.d.ts",
3129
"files": [
3230
"dist"

0 commit comments

Comments
 (0)