Skip to content

Commit

Permalink
chore: add bumpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dusionlike committed Mar 28, 2024
1 parent 9dc7613 commit ebb2c91
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 7 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"release": "bumpp && npm publish"
},
"dependencies": {
"@babel/core": "^7.24.3",
Expand All @@ -56,6 +57,7 @@
"@types/babel__core": "^7.20.5",
"@types/mime": "^3.0.1",
"@types/node": "^18.6.2",
"bumpp": "^9.4.0",
"electron": "^22.3.1",
"electron-builder": "^23.6.0",
"eslint": "^8.20.0",
Expand Down
Loading

0 comments on commit ebb2c91

Please sign in to comment.