aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-01 10:03:17 +0200
committerChocobozzz <me@florianbigard.com>2018-10-01 10:03:17 +0200
commit5e77a5de40ec1dde1008c08aba0e8ec9af02cba6 (patch)
tree1d5703abde2aaf4db1c57cf0faa728dbfdd24200
parent46f8d69b4e58a3006c32b2e0d97b9262fd30fd6b (diff)
downloadPeerTube-5e77a5de40ec1dde1008c08aba0e8ec9af02cba6.tar.gz
PeerTube-5e77a5de40ec1dde1008c08aba0e8ec9af02cba6.tar.zst
PeerTube-5e77a5de40ec1dde1008c08aba0e8ec9af02cba6.zip
Include https://github.com/webtorrent/webtorrent/pull/1513 in our
webtorrent client dependency
-rw-r--r--client/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index d0ab70820..d89ffe7a8 100644
--- a/client/package.json
+++ b/client/package.json
@@ -157,7 +157,7 @@
157 "webpack": "^4.17.1", 157 "webpack": "^4.17.1",
158 "webpack-bundle-analyzer": "^3.0.2", 158 "webpack-bundle-analyzer": "^3.0.2",
159 "webpack-cli": "^3.0.8", 159 "webpack-cli": "^3.0.8",
160 "webtorrent": "^0.102.1", 160 "webtorrent": "https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d",
161 "whatwg-fetch": "^3.0.0", 161 "whatwg-fetch": "^3.0.0",
162 "zone.js": "~0.8.5" 162 "zone.js": "~0.8.5"
163 } 163 }