We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc75c1c commit cc0a6b6Copy full SHA for cc0a6b6
.tool-versions
@@ -0,0 +1 @@
1
+nodejs 20.10.0
package.json
@@ -80,6 +80,9 @@
80
"engines": {
81
"node": ">= 20.0.0"
82
},
83
+ "publishConfig": {
84
+ "registry": "https://registry.npmjs.org"
85
+ },
86
"release-it": {
87
"git": {
88
"commitMessage": "Release ${version}",
0 commit comments