Skip to content

Commit 1814bab

Browse files
author
John Doherty
committed
added shebang line to index.js to allow execution from command line
1 parent b63aa77 commit 1814bab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
'use strict';
24

35
var fs = require('fs-plus');

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.5.2",
3+
"version": "1.5.3",
44
"description": "JavaScript browser automation framework using official selenium-webdriver and cucumber-js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)