mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-31 10:31:36 +00:00
fix "browser" exclusions
This commit is contained in:
parent
95457763e4
commit
96cd1b0a05
@ -11,10 +11,10 @@
|
|||||||
"bittorrent-tracker": "./bin/cmd.js"
|
"bittorrent-tracker": "./bin/cmd.js"
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
"./lib/common-node": false,
|
"./lib/common-node.js": false,
|
||||||
"./lib/client/http-tracker": false,
|
"./lib/client/http-tracker.js": false,
|
||||||
"./lib/client/udp-tracker": false,
|
"./lib/client/udp-tracker.js": false,
|
||||||
"./server": false
|
"./server.js": false
|
||||||
},
|
},
|
||||||
"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