Remove dependency on vitest, seems to be referenced by other dependencies (!410)
Referencing vitest directly causes `npm install` to fail for fresh installs, removing this allows it to install all dependencies successfully. Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/410 Co-authored-by: Archangel <jesse@archangel.wtf> Co-committed-by: Archangel <jesse@archangel.wtf>
This commit is contained in:
parent
47b2aee91a
commit
4851784626
@ -80,8 +80,7 @@
|
||||
"ts-node-dev": "~2.0",
|
||||
"tsconfig-paths": "~4.2",
|
||||
"typedoc": "~0.26",
|
||||
"typemoq": "~2.1",
|
||||
"vitest": "~2.0"
|
||||
"typemoq": "~2.1"
|
||||
},
|
||||
"targets": {
|
||||
"default": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user