Skip to content

Commit 094fd6c

Browse files
author
John Doherty
committed
Updated chrome driver version and bumped package.json version number
1 parent 3335828 commit 094fd6c

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.2.3",
3+
"version": "1.2.4",
44
"description": "A debuggable JS BDD framework that uses the official selenium-webdriver for Node and cucumber-js",
55
"main": "index.js",
66
"scripts": {
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"chai": "^3.5.0",
3333
"chalk": "^1.1.3",
34-
"chromedriver": "^2.23.1",
34+
"chromedriver": "^2.25.1",
3535
"commander": "^2.9.0",
3636
"cucumber": "^1.2.2",
3737
"cucumber-html-reporter": "^0.2.8",

0 commit comments

Comments
 (0)