mirror of
https://github.com/fluencelabs/dweb-transports
synced 2025-03-14 18:10:49 +00:00
Move WebTorrent dependency to consumer
This commit is contained in:
parent
57c8a4cb1d
commit
af1ddf69fa
@ -6,7 +6,8 @@ Y Lists have listeners and generate events - see docs at ...
|
||||
|
||||
// WebTorrent components
|
||||
|
||||
const WebTorrent = require('webtorrent');
|
||||
//Require in consumer;
|
||||
//const WebTorrent = require('webtorrent');
|
||||
const stream = require('readable-stream');
|
||||
const Url = require('url');
|
||||
const path = require('path');
|
||||
|
@ -17,7 +17,6 @@
|
||||
"node-fetch": "^2.3.0",
|
||||
"readable-stream": "^3.3.0",
|
||||
"webpack": "^4.29.3",
|
||||
"webtorrent": "^0.107.3",
|
||||
"wolkjs": "git://github.com/wolkdb/wolkjs.git#master",
|
||||
"y-array": "^10.1.4",
|
||||
"y-indexeddb": "^8.1.9",
|
||||
|
Loading…
x
Reference in New Issue
Block a user