mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
feat: version injector (#90)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user