Add missing winston dependency

This commit is contained in:
Jan Oberhauser 2021-06-03 16:38:10 -05:00
parent 8ce158d1a4
commit 7e60f68cc0

View file

@ -118,7 +118,8 @@
"sqlite3": "^5.0.1", "sqlite3": "^5.0.1",
"sse-channel": "^3.1.1", "sse-channel": "^3.1.1",
"tslib": "1.14.1", "tslib": "1.14.1",
"typeorm": "^0.2.30" "typeorm": "^0.2.30",
"winston": "^3.3.3"
}, },
"jest": { "jest": {
"transform": { "transform": {