Add uuid as a dependency
This commit is contained in:
parent
15da1158c7
commit
e246b16385
2 changed files with 17 additions and 2 deletions
|
|
@ -13,9 +13,11 @@
|
|||
"glob": "^7.2.0",
|
||||
"socket.io": "^4.4.0",
|
||||
"toml": "^3.0.0",
|
||||
"tslog": "^3.3.1"
|
||||
"tslog": "^3.3.1",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/glob": "^7.2.0"
|
||||
"@types/glob": "^7.2.0",
|
||||
"@types/uuid": "^8.3.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue