Skip to content

Commit

Permalink
Fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdemers committed Dec 6, 2023
1 parent bc75c1c commit cc0a6b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 20.10.0
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
"engines": {
"node": ">= 20.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"release-it": {
"git": {
"commitMessage": "Release ${version}",
Expand Down

0 comments on commit cc0a6b6

Please sign in to comment.