Add `chrome-debug` binary to launch the debuggable standalone chrome
This commit is contained in:
Родитель
30a7036979
Коммит
71520d21bb
|
@ -3,7 +3,10 @@
|
|||
"version": "1.1.3",
|
||||
"description": "Lighthouse",
|
||||
"main": "./lighthouse-core/index.js",
|
||||
"bin": "./lighthouse-cli/index.js",
|
||||
"bin": {
|
||||
"lighthouse": "./lighthouse-cli/index.js",
|
||||
"chrome-debug": "lighthouse-core/scripts/launch-chrome.sh"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=5"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче