Skip to content

Commit 42f0320

Browse files
author
John Doherty
committed
upgraded chromedriver to 2.28.0 (any higher breaks the build) should fix #14
1 parent aa9fe9d commit 42f0320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-cucumber-js",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "JavaScript browser automation framework using official selenium-webdriver and cucumber-js",
55
"main": "index.js",
66
"scripts": {
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"chai": "3.5.0",
4141
"chalk": "1.1.3",
42-
"chromedriver": "2.25.1",
42+
"chromedriver": "2.28.0",
4343
"commander": "2.9.0",
4444
"cucumber": "1.3.3",
4545
"cucumber-html-reporter": "0.2.8",

0 commit comments

Comments
 (0)