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:
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"
},