Skip to content

Commit

Permalink
* fix misspeling, reorder config flags
Browse files Browse the repository at this point in the history
  • Loading branch information
PdoubleU committed Nov 21, 2023
1 parent a2ad670 commit f3ea519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
},
"release-it": {
"git": {
"requireBranch": "master",
"commitMessage": "chore: release ${version}",
"tagName": "v${version}",
"requiredBranch": "master"
"tagName": "v${version}"
},
"npm": {
"publish": true
Expand Down

0 comments on commit f3ea519

Please sign in to comment.