Skip to content

Commit

Permalink
fix: use @webtorrent/http-node
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoRBaquero committed Jan 14, 2022
1 parent b62514c commit 699d747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 699d747

Please sign in to comment.