From af4d5a1082dcae40a72a2e028c864c15e63b326f Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 5 Mar 2019 13:57:23 -0500 Subject: [PATCH] Skip esm v3.2.10, causes build error: _merge is not a function --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25a6787eb..95a136bbd 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "ecstatic": "^3.0.0", "editor-layer-index": "osmlab/editor-layer-index.git#gh-pages", "eslint": "^5.15.0", - "esm": "~3.2.9", + "esm": "~3.2.11", "gaze": "^1.1.1", "glob": "^7.1.0", "happen": "^0.3.1",