From c4100313fe9b9f23e1f481bbbc83bf2c299f268a Mon Sep 17 00:00:00 2001 From: Thomas Rueckstiess Date: Mon, 24 Jul 2017 12:29:34 +1000 Subject: [PATCH] update mapbox-gl to latest working version 0.39.0 was broken at the time of building this, see https://github.com/mapbox/mapbox-gl-js/issues/5025. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 331e0a57530..47cdd225a00 100644 --- a/package.json +++ b/package.json @@ -193,7 +193,7 @@ "less-cache": "^0.23.0", "local-links": "^1.4.0", "lodash": "^3.10.1", - "mapbox-gl": "^0.32.1", + "mapbox-gl": "^0.38.0", "marked": "^0.3.5", "marky": "^1.2.0", "moment": "^2.10.6",