Skip to content

Commit

Permalink
Add alternate binary script for Windows (close #60)
Browse files Browse the repository at this point in the history
The ".js" file name "extension" is causing troubles on Windows. Use "cucumber-js" instead (even when installed locally).
  • Loading branch information
jbpros committed May 2, 2012
1 parent b2b5642 commit 32b5ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
}
, "scripts" :
{ "test" : "./bin/cucumber.js && jasmine-node spec" }
, "bin": { "cucumber.js": "./bin/cucumber.js" }
, "bin": { "cucumber.js": "./bin/cucumber.js", "cucumber-js": "./bin/cucumber.js" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/cucumber/cucumber.js/LICENSE"
Expand Down

0 comments on commit 32b5ced

Please sign in to comment.