mirror of
https://github.com/jheddings/obsidian-stomp.git
synced 2026-07-22 06:44:59 +00:00
Trying to remove the 'v' prefix in NPM version tags.
This commit is contained in:
parent
cc7eeb599c
commit
6b5456dee8
2 changed files with 1 additions and 3 deletions
1
.npmrc
Normal file
1
.npmrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
tag-version-prefix=
|
||||
|
|
@ -5,9 +5,6 @@
|
|||
"author": "Jason Heddings",
|
||||
"license": "MIT",
|
||||
"main": "main.js",
|
||||
"config": {
|
||||
"tag-version-prefix": ""
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "husky",
|
||||
"dev": "node esbuild.config.mjs",
|
||||
|
|
|
|||
Loading…
Reference in a new issue