fix(download): problem on dht api after delete torrent

This commit is contained in:
Alexey Kasyanchuk 2018-02-09 08:56:27 +03:00
parent 76651b6e02
commit 00d03ed81e

View File

@ -86,7 +86,7 @@
"react-input-range": "^1.3.0", "react-input-range": "^1.3.0",
"react-markdown": "^3.1.5", "react-markdown": "^3.1.5",
"react-tap-event-plugin": "^3.0.2", "react-tap-event-plugin": "^3.0.2",
"webtorrent": "^0.98.21" "webtorrent": "github:DEgITx/webtorrent"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.0.0-beta.38", "@babel/core": "^7.0.0-beta.38",