Skip to content

Commit 7dada09

Browse files
committed
chore: remove bumpp
removed bumpp dependency, simplifying the release process and update release script
1 parent 50ae2f8 commit 7dada09

File tree

2 files changed

+1
-138
lines changed

2 files changed

+1
-138
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"test": "vitest",
3737
"typecheck": "tsc --noEmit",
3838
"format": "prettier --write .",
39-
"release": "bumpp && pnpm publish",
40-
"prepublishOnly": "pnpm run build"
39+
"release": "pnpm publish"
4140
},
4241
"dependencies": {
4342
"fuse.js": "^7.1.0"
@@ -46,7 +45,6 @@
4645
"@sxzz/eslint-config": "^7.0.4",
4746
"@sxzz/prettier-config": "^2.2.1",
4847
"@types/node": "^22.15.17",
49-
"bumpp": "^10.2.0",
5048
"eslint": "^9.29.0",
5149
"happy-dom": "^17.6.3",
5250
"prettier": "^3.5.3",

pnpm-lock.yaml

Lines changed: 0 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)