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",