We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355823f commit f16bbc9Copy full SHA for f16bbc9
package.json
@@ -43,7 +43,7 @@
43
"lint:write": "biome check . --write",
44
"prepare": "simple-git-hooks && npm run build",
45
"test": "playwright test",
46
- "bump": "npx bumpp"
+ "bump": "bumpp"
47
},
48
"simple-git-hooks": {
49
"pre-commit": "npm run lint:write"
@@ -61,6 +61,7 @@
61
"@winner-fed/winjs": "*",
62
"playwright": "^1.53.2",
63
"simple-git-hooks": "^2.13.0",
64
+ "bumpp": "10.2.3",
65
"typescript": "^5.8.3"
66
67
"peerDevDependencies": {
0 commit comments