Skip to content

Commit

Permalink
简化依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP committed Oct 17, 2023
1 parent 6530a8e commit 8646f89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup --cjsInterop",
"prepublishOnly": "node ./prepub.cjs"
"build": "tsup --cjsInterop"
},
"devDependencies": {
"@types/node": "^20.8.6",
Expand All @@ -23,10 +22,7 @@
"files": [
"README.md",
"LICENSE",
"dist/",
"addon/package.json",
"addon/index.js",
"addon/index.d.ts"
"dist/"
],
"tsup": {
"entry": [
Expand All @@ -41,4 +37,4 @@
"treeshake": true,
"shims": true
}
}
}
7 changes: 0 additions & 7 deletions prepub.cjs

This file was deleted.

0 comments on commit 8646f89

Please sign in to comment.