Skip to content

Commit

Permalink
feat(auto-update-webdriver): Enable auto update for chromedriver and …
Browse files Browse the repository at this point in the history
…geckodriver (#48)
  • Loading branch information
hypery2k committed Nov 17, 2017
1 parent bca7ed8 commit 0ab4b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
},
"preferGlobal": true,
"dependencies": {
"chromedriver": "2.33.2",
"chromedriver": "^2.33.2",
"fs-extra": "0.26.2",
"galenframework": "2.3.5",
"geckodriver": "1.10.0",
"geckodriver": "^1.10.0",
"httpreq": "0.4.13",
"kew": "0.7.0",
"npm-which": "3.0.1",
Expand Down

0 comments on commit 0ab4b1e

Please sign in to comment.