Trying to remove the 'v' prefix in NPM version tags.

This commit is contained in:
jheddings 2025-08-02 08:00:25 -06:00
parent cc7eeb599c
commit 6b5456dee8
2 changed files with 1 additions and 3 deletions

1
.npmrc Normal file
View file

@ -0,0 +1 @@
tag-version-prefix=

View file

@ -5,9 +5,6 @@
"author": "Jason Heddings",
"license": "MIT",
"main": "main.js",
"config": {
"tag-version-prefix": ""
},
"scripts": {
"prepare": "husky",
"dev": "node esbuild.config.mjs",