From e3cc89c8b0d05ec29306193740ee50c1ed346273 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Mon, 5 Oct 2015 13:36:47 -0400 Subject: [PATCH] :arrow_up: winston 1.0.x Addresses this issue with bundled PEM keys in older versions of winston: https://github.com/winstonjs/winston/issues/701 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 505d018..356c23f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "read": "1.0.x", "revalidator": "0.1.x", "utile": "0.2.x", - "winston": "0.8.x" + "winston": "1.0.x" }, "devDependencies": { "vows": "0.7.0"