feat: version injector (#90)

This commit is contained in:
Jacob Nguyen
2023-03-21 08:17:40 -05:00
committed by GitHub
parent 1421136181
commit 58fa3253f6
5 changed files with 1958 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --check .",
"fix": "prettier --write .",
"build": "tsc",
"build": "tsup",
"watch": "tsc --watch"
},
"repository": {
@@ -43,7 +43,9 @@
"devDependencies": {
"@favware/npm-deprecate": "1.0.7",
"@types/prompts": "2.4.3",
"esbuild-plugin-version-injector": "^1.0.3",
"prettier": "2.8.4",
"tsup": "^6.6.3",
"typescript": "4.9.5"
},
"engines": {