Skip to content

Commit 4a4f21c

Browse files
greenkeeper[bot]westy92
authored andcommitted
Update chrome-launcher to the latest version 🚀 (#39)
* fix(package): update chrome-launcher to version 0.6.0 * Update recommended parameters. Add --mute-audio.
1 parent 347804d commit 4a4f21c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pm2 start google-chrome \
4646
--metrics-recording-only \
4747
--disable-default-apps \
4848
--no-first-run \
49+
--mute-audio \
4950
--hide-scrollbars \
5051
--remote-debugging-port=<port goes here>
5152
# run your Node.js app.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"typescript": "^2.4.2"
6464
},
6565
"dependencies": {
66-
"chrome-launcher": "^0.5.0",
66+
"chrome-launcher": "^0.6.0",
6767
"chrome-remote-interface": "^0.24.2"
6868
}
6969
}

0 commit comments

Comments
 (0)