Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-11-25 10:45:16 +0300
committerFeross Aboukhadijeh <feross@feross.org>2014-11-25 10:45:16 +0300
commitffb7d6e420b52bc28f0663dde04a45a72e6f8440 (patch)
treea68dee05b8b5eb131c46054b93eb67af44dbae1c /lib/torrent.js
parenta4d9592d86b20a1e8334db47d45fa28dc5bf0caf (diff)
exclude addr-to-ip-port
Diffstat (limited to 'lib/torrent.js')
-rw-r--r--lib/torrent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torrent.js b/lib/torrent.js
index 28d3603..0a549ea 100644
--- a/lib/torrent.js
+++ b/lib/torrent.js
@@ -1,6 +1,6 @@
module.exports = Torrent
-var addrToIPPort = require('addr-to-ip-port')
+var addrToIPPort = require('addr-to-ip-port') // browser exclude
var concat = require('concat-stream') // browser exclude
var debug = require('debug')('webtorrent:torrent')
var Discovery = require('torrent-discovery')