Skip to content

Commit

Permalink
revert accidental change to bin paths
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 14, 2016
1 parent 95e524c commit 772e50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@
"url": "https://github.com/mochajs/mocha.git"
},
"bin": {
"mocha": "./bin/mocha.js",
"_mocha": "./bin/_mocha.js"
"mocha": "./bin/mocha",
"_mocha": "./bin/_mocha"
},
"engines": {
"node": ">= 0.10.x",
Expand Down

0 comments on commit 772e50f

Please sign in to comment.