Add uuid as a dependency

This commit is contained in:
Oliver-Akins 2022-01-09 00:31:09 -06:00
parent 15da1158c7
commit e246b16385
2 changed files with 17 additions and 2 deletions

View file

@ -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"
}
}