fix(web): fixed compilation with create-torrent #148

This commit is contained in:
Alexey Kasyanchuk
2021-07-11 11:58:30 +03:00
parent 5a8ee5bd52
commit bceb070b74
3 changed files with 6 additions and 2 deletions

View File

@ -139,7 +139,8 @@
"react-plotly.js": "^2.5.1",
"simple-encryptor": "github:DEgITx/node-simple-encryptor",
"stun": "1.1.0",
"webtorrent": "github:DEgITx/webtorrent"
"webtorrent": "github:DEgITx/webtorrent",
"create-torrent": "3.33.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",