Skip to content

Commit d865adc

Browse files
committed
modified: package.json
1 parent b38a113 commit d865adc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"lint": "eslint .",
77
"lint:fix": "eslint . --fix",
8-
"build": "tsc && bun build.ts"
8+
"build": "tsc --emitDeclarationOnly && bun build ./index.ts --external vue --outdir ."
99
},
1010
"dependencies": {
1111
"@vueuse/core": "13.0.0",
@@ -15,7 +15,6 @@
1515
"devDependencies": {
1616
"@eslint/js": "^9.22.0",
1717
"@types/bun": "^1.2.5",
18-
"bun-plugin-dts": "^0.3.0",
1918
"eslint-config-prettier": "^10.1.1",
2019
"eslint-import-resolver-typescript": "^3.8.5",
2120
"eslint-plugin-import-x": "^4.6.1",

0 commit comments

Comments
 (0)