Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-12-30 06:52:01 +0300
committerFeross Aboukhadijeh <feross@feross.org>2014-12-30 06:52:01 +0300
commitffcb0700e73a2fb21ff7d2a1bd3a19340823fcfa (patch)
treee5c6be77a5f84d7fa5b7711e08c5ef43ba654b15 /package.json
parent3db656bd9b427339bcbd1ec38b0fe2e50d5588e8 (diff)
add `torrent.magnetURI` getter function
Depends on https://github.com/feross/parse-torrent/pull/8
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index cec673b..9b05eb7 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
"multistream": "^1.4.2",
"network-address": "0.0.5",
"once": "^1.3.1",
- "parse-torrent": "^2.1.0",
+ "parse-torrent": "^3.0.0",
"pretty-bytes": "^1.0.1",
"pump": "^1.0.0",
"random-access-file": "^0.3.1",