Skip to content

Commit

Permalink
add bin target w/.exe extension (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykmelez authored and vladikoff committed Aug 23, 2017
1 parent 490edd5 commit f461013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
},
"main": "lib/geckodriver",
"bin": {
"geckodriver": "./bin/geckodriver"
"geckodriver": "./bin/geckodriver",
"geckodriver.exe": "./bin/geckodriver"
},
"license": "MPL-2.0",
"bugs": {
Expand Down

0 comments on commit f461013

Please sign in to comment.