Skip to content

Commit eb5a476

Browse files
committed
add "bin" field to package.json
1 parent 3bf77c7 commit eb5a476

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"browser": {
1111
"./server.js": false
1212
},
13+
"bin": {
14+
"bittorrent-tracker": "./bin/cmd.js"
15+
},
1316
"bugs": {
1417
"url": "https://github.com/feross/bittorrent-tracker/issues"
1518
},

0 commit comments

Comments
 (0)