Skip to content

Commit

Permalink
added shebang line to index.js to allow execution from command line
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doherty committed Nov 26, 2017
1 parent b63aa77 commit 1814bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

'use strict';

var fs = require('fs-plus');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-cucumber-js",
"version": "1.5.2",
"version": "1.5.3",
"description": "JavaScript browser automation framework using official selenium-webdriver and cucumber-js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1814bab

Please sign in to comment.