Skip to content

Commit

Permalink
Move playwright to optionalDependencies
Browse files Browse the repository at this point in the history
Because playwright has an install step that fails on node < 10.

Ref nodejs/readable-stream#443
  • Loading branch information
vweevers committed Sep 19, 2020
1 parent 7662d2c commit 21f0d10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,9 @@
],
"dependencies": {
"abstract-browser": "^1.0.0",
"browser-provider": "^1.1.0",
"browser-provider": "^1.1.0"
},
"optionalDependencies": {
"playwright": "^1.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 21f0d10

Please sign in to comment.