Skip to content

Commit 6823926

Browse files
committed
fix(cli): Use bin field in package.json
Closes #1351
1 parent 482654c commit 6823926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"which": "~1.0"
228228
},
229229
"main": "./lib/index",
230-
"bin": {},
230+
"bin": { "karma": "./bin/karma" },
231231
"engines": {
232232
"node": ">=0.8 <=0.12",
233233
"iojs": "~1"

0 commit comments

Comments
 (0)