From e11e3a24443e2a6394af1525c33e5fca750514fb Mon Sep 17 00:00:00 2001 From: Katharina Irrgang Date: Thu, 27 Oct 2016 13:41:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20=20ignore=20bunyan=20updates=20f?= =?UTF-8?q?or=20now=20(#7637)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - background: we would like to pin 1.8.1 bunyan, because they introduced a behaviour change in the newer versions, see https://github.com/TryGhost/Ignition/issues/16 - because we would like to use Ghost-Ignition in Ghost soon, we can ignore bunyan updates in Ghost for now - Ignition will take care about be able to update bunyan soon --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index efefc2ea886b..40bc4131ee2c 100644 --- a/package.json +++ b/package.json @@ -130,6 +130,7 @@ }, "greenkeeper": { "ignore": [ + "bunyan", "glob", "mysql", "nodemailer",