Move WebTorrent dependency to consumer

This commit is contained in:
Mitra Ardron 2019-09-12 09:35:53 +10:00
parent 57c8a4cb1d
commit af1ddf69fa
2 changed files with 2 additions and 2 deletions

View File

@ -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');

View File

@ -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",