Skip to content

Commit 95cabb7

Browse files
committed
chore: update deps
1 parent 16ee9e1 commit 95cabb7

File tree

2 files changed

+231
-2574
lines changed

2 files changed

+231
-2574
lines changed

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"homepage": "https://github.com/w2xi/treei#readme",
99
"main": "dist/index.js",
1010
"scripts": {
11+
"prepublishOnly": "nr build",
1112
"dev": "tsup src/index.ts --watch",
1213
"build": "tsup src/index.ts --minify",
13-
"release": "release-it",
14+
"release": "bumpp --commit --push --tag && pnpm publish",
1415
"lint": "eslint src/**/*.ts",
1516
"lint:fix": "eslint src --fix",
1617
"test": "vitest"
@@ -26,13 +27,13 @@
2627
"author": "w2xi",
2728
"license": "MIT",
2829
"devDependencies": {
29-
"@release-it/conventional-changelog": "^8.0.1",
30+
"@antfu/ni": "^0.21.12",
3031
"@types/node": "^20.11.25",
3132
"@typescript-eslint/eslint-plugin": "^7.1.1",
3233
"@typescript-eslint/parser": "^7.1.1",
34+
"bumpp": "^9.4.0",
3335
"eslint": "^8.56.0",
3436
"prettier": "3.2.5",
35-
"release-it": "^17.0.3",
3637
"tsup": "^8.0.2",
3738
"typescript": "^5.4.2",
3839
"vitest": "^1.3.1"
@@ -41,3 +42,4 @@
4142
"commander": "^12.0.0"
4243
}
4344
}
45+

0 commit comments

Comments
 (0)