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-05-18 14:56:11 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-05-18 14:56:11 +0400
commit85e34e5547d1b3ba8bbc892eafc4e243679bd5da (patch)
tree7e8636becc2c1bf2ebe6ea6054b74bc190ebba84
parent5394b1c05a1e5cbd09074f7161d770ca04eae5a1 (diff)
bump deps
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index ddfdddb..f7a81a5 100644
--- a/package.json
+++ b/package.json
@@ -14,15 +14,15 @@
"url": "https://github.com/feross/webtorrent/issues"
},
"dependencies": {
- "bittorrent-client": "0.0.x",
+ "bittorrent-client": "^0.1.1",
"chalk": "^0.4.0",
"clivas": "^0.1.4",
"concat-stream": "^1.4.4",
"extend.js": "^0.0.1",
"inherits": "^2.0.1",
"mime": "^1.2.11",
- "minimist": "^0.0.8",
- "mkdirp": "^0.3.5",
+ "minimist": "^0.1.0",
+ "mkdirp": "^0.5.0",
"moment": "^2.6.0",
"network-address": "0.0.4",
"numeral": "^1.5.3",