Update inspector to use chrome-har-capturer. Closes #42
This uses headless Chrome instead of Electron-HAR
... | ... | @@ -3,6 +3,9 @@ |
"version": "1.0.0", | ||
"description": "Investigator tools for Better.", | ||
"main": "index.coffee", | ||
"engines": { | ||
"node": ">=7.6.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
... | ... | @@ -13,7 +16,7 @@ |
"buffer-equal": "^1.0.0", | ||
"cli-spinner": "^0.2.5", | ||
"easy-table": "^1.0.0", | ||
"electron-har": "git+https://source.ind.ie/forks/electron-har.git", | ||
"chrome-har-capturer": "git+https://source.ind.ie/forks/chrome-har-capturer.git", | ||
"file-size": "^1.0.0", | ||
"fs-extra": "^0.26.7", | ||
"json-stable-stringify": "^1.0.1", | ||
... | ... |
Please register or sign in to comment