Skip to content

Commit 6338da2

Browse files
author
John Doherty
committed
bumped version in order to push changes to npm
1 parent 859ba35 commit 6338da2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-cucumber-js",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "A debuggable JS BDD framework that uses the official selenium-webdriver for Node and cucumber-js",
55
"main": "index.js",
66
"scripts": {

runtime/world.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ var fs = require('fs-plus'),
1818
assert = require("chai").assert,
1919
reporter = require('cucumber-html-reporter'),
2020
cucumberJunit = require('cucumber-junit');
21-
if(!global.DEFAULT_TIMEOUT){
21+
22+
if (!global.DEFAULT_TIMEOUT) {
2223
global.DEFAULT_TIMEOUT = 10 * 1000; // 10 second default
2324
}
25+
2426
/**
2527
* create the selenium browser based on global var set in index.js
2628
*/

0 commit comments

Comments
 (0)