Remove object-inspect, workaround seems fixed now

(closes #7036, re: 3bc1859f)
This commit is contained in:
Bryan Housel
2019-11-11 14:02:07 -05:00
parent 7b2f85dc21
commit 9908238205
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -62,8 +62,7 @@ function buildBundle() {
}),
nodeResolve({
mainFields: ['module', 'main'],
browser: false,
dedupe: ['object-inspect']
browser: false
}),
commonjs(),
json({ indent: '' }),
-1
View File
@@ -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",