File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 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+ 12+ "url" : " https://courseof.life/johndoherty"
13+ },
1014 "license" : " ISC" ,
1115 "keywords" : [
1216 " selenium" ,
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" ,
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}
You can’t perform that action at this time.
0 commit comments