Skip to content

Commit

Permalink
fix(cli): Use bin field in package.json
Browse files Browse the repository at this point in the history
Closes #1351
  • Loading branch information
SimenB committed May 19, 2015
1 parent 482654c commit 6823926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -227,7 +227,7 @@
"which": "~1.0"
},
"main": "./lib/index",
"bin": {},
"bin": { "karma": "./bin/karma" },
"engines": {
"node": ">=0.8 <=0.12",
"iojs": "~1"
Expand Down

0 comments on commit 6823926

Please sign in to comment.