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-09-13 21:04:13 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-09-13 21:04:13 +0400
commit8290a91b398b44b41f29306a328d8ee5097c222e (patch)
tree1f58db7313b3ac22f3d15b82444f723f813be717 /package.json
parentc24aab11fd46388a789cf1263832fe57836959a5 (diff)
`webtorrent` module works with browserify (fix #88)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index c7a76ce..57229da 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,10 @@
"email": "feross@feross.org",
"url": "http://feross.org/"
},
+ "browser": {
+ "./lib/fs-storage": false,
+ "./lib/server": false
+ },
"bin": {
"webtorrent": "./bin/cmd.js"
},