- Added UUID package

This commit is contained in:
Alexis
2020-07-02 23:06:08 +02:00
parent cd1951fde0
commit 0101fb8a84
2 changed files with 10 additions and 4 deletions

View File

@@ -37,6 +37,7 @@
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1"
"mysql": "^2.18.1",
"uuid": "^8.2.0"
}
}