Skip to content

Commit 912eb76

Browse files
committed
feat!: drop cjs build
1 parent 2fe760c commit 912eb76

File tree

4 files changed

+331
-324
lines changed

4 files changed

+331
-324
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"sideEffects": false,
4545
"scripts": {
4646
"dev": "tsx playground/main.ts",
47-
"build": "tsup && pnpm run build:types",
47+
"build": "tsdown && pnpm run build:types",
4848
"build:types": "tsc --emitDeclarationOnly --declaration",
4949
"docs:build": "typedoc",
5050
"docs:preview": "serve docs",
@@ -76,7 +76,7 @@
7676
"rollup": "^4.47.1",
7777
"serve": "^14.2.4",
7878
"sharp": "^0.34.3",
79-
"tsup": "^8.5.0",
79+
"tsdown": "^0.14.1",
8080
"tsx": "^4.20.4",
8181
"typedoc": "^0.28.10",
8282
"typescript": "^5.9.2",

0 commit comments

Comments
 (0)