mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Remove object-inspect, workaround seems fixed now
(closes #7036, re: 3bc1859f)
This commit is contained in:
+1
-2
@@ -62,8 +62,7 @@ function buildBundle() {
|
||||
}),
|
||||
nodeResolve({
|
||||
mainFields: ['module', 'main'],
|
||||
browser: false,
|
||||
dedupe: ['object-inspect']
|
||||
browser: false
|
||||
}),
|
||||
commonjs(),
|
||||
json({ indent: '' }),
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user