From 2ac9ffee67492d569f5c9599172232bbb87f2955 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 5 Aug 2019 17:50:55 -0400 Subject: [PATCH] Revert pannellum to 2.4.1 and add to greenkeeper ignore Seems they don't publish the built files anymore? --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fcd91c7a8..1e9c88501 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "martinez-polygon-clipping": "0.5.0", "node-diff3": "1.0.0", "osm-auth": "1.0.2", - "pannellum": "2.5.1", + "pannellum": "2.4.1", "q": "1.5.1", "rbush": "2.0.2", "which-polygon": "2.2.0", @@ -102,7 +102,7 @@ }, "greenkeeper": { "label": "chore-greenkeeper", - "ignore": [] + "ignore": ["pannellum"] }, "engines": { "node": ">=6.0.0",