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-07-20 14:29:27 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-07-20 14:29:27 +0400
commit7a2ab840a54a6e327988be41852756ddf152baea (patch)
treea2e9fa7ceca93d33a1350a6bcf56a8c131cfc34c /index.js
parent263ef5b2596a578c1ff850152b113d40317188e0 (diff)
make airplay2 an optional dependency
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.js b/index.js
index 1dd7c9d..05faf58 100644
--- a/index.js
+++ b/index.js
@@ -1,3 +1,5 @@
+// TODO: move vlc/airplay/etc. functionality from cmd.js to the module
+
module.exports = WebTorrent
var Client = require('bittorrent-client')