mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-19 04:31:36 +00:00
add "bin" field to package.json
This commit is contained in:
parent
3bf77c733a
commit
eb5a4760e4
@ -10,6 +10,9 @@
|
|||||||
"browser": {
|
"browser": {
|
||||||
"./server.js": false
|
"./server.js": false
|
||||||
},
|
},
|
||||||
|
"bin": {
|
||||||
|
"bittorrent-tracker": "./bin/cmd.js"
|
||||||
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/feross/bittorrent-tracker/issues"
|
"url": "https://github.com/feross/bittorrent-tracker/issues"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user