We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8696f commit 5d28d74Copy full SHA for 5d28d74
2 files changed
package.json
@@ -38,7 +38,7 @@
38
"lint:write": "biome check . --write",
39
"prepare": "simple-git-hooks && npm run build",
40
"test": "playwright test",
41
- "bump": "npx bumpp"
+ "bump": "bumpp"
42
},
43
"simple-git-hooks": {
44
"pre-commit": "npm run lint:write"
@@ -50,6 +50,7 @@
50
"@rslib/core": "^0.10.4",
51
"@types/node": "^22.15.34",
52
"@winner-fed/winjs": "*",
53
+ "bumpp": "10.2.3",
54
"simple-git-hooks": "^2.13.0",
55
"typescript": "^5.8.3"
56
0 commit comments