Lock puppeteer to 1.4.x.

1.8 doesn't seem to be able to click reliably.
This commit is contained in:
Guo Xiang Tan
2018-09-11 09:52:39 +08:00
parent 4ee8e77073
commit 244948497a
2 changed files with 14 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
"chrome-remote-interface": "^0.25",
"eslint": "^4.19",
"prettier": "^1.13",
"puppeteer": "^1.4",
"puppeteer": "1.4",
"pretender": "^1.6"
}
}