Skip to content

Commit cd65047

Browse files
committed
refactor: use tsx
1 parent 996dd59 commit cd65047

File tree

2 files changed

+1
-258
lines changed

2 files changed

+1
-258
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"types": "dist/index.d.ts",
3737
"sideEffects": false,
3838
"scripts": {
39-
"dev": "esmo playground/main.ts",
39+
"dev": "tsx playground/main.ts",
4040
"build": "pnpm run build:lib && pnpm run build:types",
4141
"build:lib": "MODE=modern tsup && MODE=node tsup",
4242
"build:types": "tsc --emitDeclarationOnly --declaration",
@@ -68,7 +68,6 @@
6868
"esbuild": "^0.14.39",
6969
"eslint": "^8.15.0",
7070
"eslint-define-config": "^1.4.1",
71-
"esno": "^0.15.0",
7271
"md5": "^2.3.0",
7372
"rollup": "^2.74.1",
7473
"rollup-plugin-esbuild": "^4.9.1",

0 commit comments

Comments
 (0)