From 4ded17d5ca1706a9331efe9634271a13def791f8 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 5 Aug 2019 18:24:58 -0400 Subject: [PATCH] Add sinon to the greenkeeper ignore list Not the first time we've had an issue with them breaking something. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b6acc1bc5..8f5eb3d50 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,8 @@ "greenkeeper": { "label": "chore-greenkeeper", "ignore": [ - "pannellum" + "pannellum", + "sinon" ] }, "engines": {