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:
authorDiego Rodríguez Baquero <github@diegorbaquero.com>2022-01-14 03:20:53 +0300
committerGitHub <noreply@github.com>2022-01-14 03:20:53 +0300
commit699d747c477a26a5c8d4e6f1537e3e67b6c6ad94 (patch)
treea16a891a5fff413175206721a86f807000f716cb
parentb62514cacd6b901434b738d367a5cd542a37e04a (diff)
fix: use @webtorrent/http-node
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 222efd0..a07cd95 100644
--- a/package.json
+++ b/package.json
@@ -30,12 +30,13 @@
"chromeapp": {
"./lib/utp.js": false,
"fs-chunk-store": "memory-chunk-store",
- "http": "http-node",
+ "http": "@webtorrent/http-node",
"load-ip-set": false,
"net": "chrome-net",
"os": false
},
"dependencies": {
+ "@webtorrent/http-node": "^1.3.0",
"addr-to-ip-port": "^1.5.4",
"bitfield": "^4.0.0",
"bittorrent-dht": "^10.0.2",
@@ -49,7 +50,6 @@
"end-of-stream": "^1.4.4",
"escape-html": "^1.0.3",
"fs-chunk-store": "^2.0.4",
- "http-node": "github:webtorrent/http-node#webtorrent",
"immediate-chunk-store": "^2.2.0",
"load-ip-set": "^2.2.1",
"lt_donthave": "^1.0.1",