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-01-26 03:23:09 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-01-26 03:23:09 +0400
commitf93448d3a757abe9fe13e5d458e1046db9469dde (patch)
tree1998fe1316544f80502bdfcf8ef2d4c5d311f2c4 /package.json
parent3b058bc360de477a90a5f3b1442e1814a9de5c0e (diff)
loosen deps for our own modules
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 3aeb96b..4949b11 100644
--- a/package.json
+++ b/package.json
@@ -6,12 +6,12 @@
"main": "index.js",
"dependencies": {
"async": "~0.2.9",
- "bittorrent-dht": "~0.2.0",
- "bittorrent-protocol": "~0.2.1",
- "bittorrent-swarm": "~0.0.1",
+ "bittorrent-dht": "0.x",
+ "bittorrent-protocol": "0.x",
+ "bittorrent-swarm": "0.x",
"browserify": "3.x",
"hat": "0.0.3",
- "magnet-uri": "~0.1.4",
+ "magnet-uri": "0.x",
"read-torrent": "~0.2.0",
"speedometer": "~0.1.2"
},