mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-18 20:21:36 +00:00
fix "browser" exclusions
This commit is contained in:
parent
95457763e4
commit
96cd1b0a05
@ -11,10 +11,10 @@
|
||||
"bittorrent-tracker": "./bin/cmd.js"
|
||||
},
|
||||
"browser": {
|
||||
"./lib/common-node": false,
|
||||
"./lib/client/http-tracker": false,
|
||||
"./lib/client/udp-tracker": false,
|
||||
"./server": false
|
||||
"./lib/common-node.js": false,
|
||||
"./lib/client/http-tracker.js": false,
|
||||
"./lib/client/udp-tracker.js": false,
|
||||
"./server.js": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/feross/bittorrent-tracker/issues"
|
||||
|
Loading…
Reference in New Issue
Block a user