fix(webhook-dispatch): add missing typescript + vitest devDependencies
This commit is contained in:
parent
7284914fb3
commit
87ae533b58
@ -18,6 +18,10 @@
|
|||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "vitest run --pool forks"
|
"test": "vitest run --pool forks"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"typescript": "^5.7.3",
|
||||||
|
"vitest": "^3.0.0"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://gitea.bytelyst.com/api/packages/ByteLyst/npm/"
|
"registry": "https://gitea.bytelyst.com/api/packages/ByteLyst/npm/"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user