Skip to content

Commit

Permalink
updated chrome driver to 2.28.0, should fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doherty committed Dec 15, 2017
1 parent 37df89c commit 76a440e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-cucumber-js",
"version": "1.5.9",
"version": "1.5.10",
"description": "JavaScript browser automation framework using official selenium-webdriver and cucumber-js",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"chai": "3.5.0",
"chalk": "1.1.3",
"chromedriver": "2.28.0",
"chromedriver": "^2.28.0",
"commander": "2.9.0",
"cucumber": "1.3.3",
"cucumber-html-reporter": "2.0.3",
Expand All @@ -49,13 +49,13 @@
"electron-chromedriver": "^1.7.1",
"electron-packager": "^9.1.0",
"electron-prebuilt": "^1.4.13",
"phantomjs-prebuilt": "2.1.12",
"eyes.selenium": "0.0.72",
"fs-plus": "2.9.1",
"geckodriver": "1.1.2",
"merge": "1.2.0",
"phantomjs-prebuilt": "2.1.12",
"require-dir": "0.3.2",
"selenium-webdriver": "3.0.0",
"eyes.selenium": "0.0.72"
"selenium-webdriver": "3.0.0"
},
"devDependencies": {
"eslint": "^3.19.0",
Expand Down Expand Up @@ -180,4 +180,4 @@
]
}
}
}
}

0 comments on commit 76a440e

Please sign in to comment.