Skip to content

Commit 80b150b

Browse files
author
John Doherty
committed
added node engine version number, now requires 6.9.0
1 parent c1a8f9b commit 80b150b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "selenium-cucumber-js",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "A debuggable JS BDD framework that uses the official selenium-webdriver for Node and cucumber-js",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"author": "John Doherty <[email protected]> (https://courseof.life/johndoherty)",
9+
"author": {
10+
"name" : "John Doherty",
11+
"email" : "[email protected]",
12+
"url" : "https://courseof.life/johndoherty"
13+
},
1014
"license": "ISC",
1115
"keywords": [
1216
"selenium",
@@ -27,6 +31,9 @@
2731
"bugs": {
2832
"url": "https://github.com/john-doherty/selenium-cucumber-js/issues"
2933
},
34+
"engines": {
35+
"node": ">= 6.9.0"
36+
},
3037
"homepage": "https://github.com/john-doherty/selenium-cucumber-js#readme",
3138
"dependencies": {
3239
"chai": "^3.5.0",
@@ -40,6 +47,6 @@
4047
"merge": "^1.2.0",
4148
"phantomjs-prebuilt": "^2.1.12",
4249
"require-dir": "^0.3.0",
43-
"selenium-webdriver": "^2.53.1"
50+
"selenium-webdriver": "^3.0.0"
4451
}
4552
}

0 commit comments

Comments
 (0)