Skip to content

Commit

Permalink
add @release-it/bumper
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Jan 28, 2023
1 parent abcf865 commit 1928410
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@release-it/bumper": "^4.0.2",
"auto-changelog": "^2.4.0",
"cpy-cli": "^4.2.0",
"del-cli": "^5.0.0",
"dot-json": "^1.2.2",
"eslint": "^8.32.0",
"release-it": "^15.6.0",
Expand All @@ -47,8 +48,7 @@
"remark-preset-lint-recommended": "^6.1.2",
"sass": "^1.57.1",
"web-ext": "^7.5.0",
"x-var": "^0.0.1",
"del-cli": "^5.0.0"
"x-var": "^0.0.1"
},
"webExt": {
"sourceDir": "dist",
Expand All @@ -67,6 +67,11 @@
}
},
"release-it": {
"plugins": {
"@release-it/bumper": {
"out": "unpacked/manifest.json"
}
},
"hooks": {
"before:init": [
"npm run check",
Expand Down

0 comments on commit 1928410

Please sign in to comment.