From 1025f6e66e47d52f14f4e7c2c0eef2e265bb2fc4 Mon Sep 17 00:00:00 2001 From: Xiaoji Chen Date: Fri, 10 Nov 2017 04:16:47 -0800 Subject: [PATCH] Fix EventManager failure under node (#403) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ddc66e74..306a95ac 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "immutable": "*", "mapbox-gl": "0.40.1", "math.gl": ">= 1.0.0-alpha.8", - "mjolnir.js": ">=0.4.0", + "mjolnir.js": ">=0.4.1", "prop-types": "^15.5.7", "viewport-mercator-project": ">= 4.2.0-alpha.2" },