From 3a50071768b5f286e491f3a643c11a8c519d333e Mon Sep 17 00:00:00 2001 From: Satpal Tanan Date: Tue, 25 Sep 2018 12:15:20 +0530 Subject: [PATCH] Update Winston version update the version for winston, as the latest version breaks the code namely new(winston.logger) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b716b47..095305f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "sax": ">= 0.5.2", "node-fs": ">= 0.1.5", "jaguardb": ">= 0.1.3", - "winston": ">= 0.7.1", + "winston": "0.7.1 - 2.4.4", "restify": ">= 2.5.1", "bunyan": ">= 0.21.3", "node-uuid": ">= 1.4.0",