Skip to content

Commit cc0a6b6

Browse files
committed
Fix release command
1 parent bc75c1c commit cc0a6b6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 20.10.0

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@
8080
"engines": {
8181
"node": ">= 20.0.0"
8282
},
83+
"publishConfig": {
84+
"registry": "https://registry.npmjs.org"
85+
},
8386
"release-it": {
8487
"git": {
8588
"commitMessage": "Release ${version}",

0 commit comments

Comments
 (0)