From 99082382053cd1ef90f72a8286623783fe33cdcc Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 11 Nov 2019 14:02:07 -0500 Subject: [PATCH] Remove object-inspect, workaround seems fixed now (closes #7036, re: 3bc1859f) --- build_src.js | 3 +-- package.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build_src.js b/build_src.js index e8a959fb9..31260f3dd 100644 --- a/build_src.js +++ b/build_src.js @@ -62,8 +62,7 @@ function buildBundle() { }), nodeResolve({ mainFields: ['module', 'main'], - browser: false, - dedupe: ['object-inspect'] + browser: false }), commonjs(), json({ indent: '' }), diff --git a/package.json b/package.json index 332b55f46..c02bf67c1 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,6 @@ "mocha-phantomjs-core": "^2.1.0", "name-suggestion-index": "3.4.0", "npm-run-all": "^4.0.0", - "object-inspect": "0.4.0", "osm-community-index": "1.0.0", "phantomjs-prebuilt": "~2.1.11", "request": "^2.88.0",