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:
authorDiego Rodríguez Baquero <diegorbaquero@gmail.com>2017-09-29 07:55:12 +0300
committerGitHub <noreply@github.com>2017-09-29 07:55:12 +0300
commitd16807ac8ffba43f2ff89e9c172ed93195c3b3cd (patch)
tree3c604eeffc3ea003979e1379e4d3c8266364ada2
parent521046839a06ef7ba5940a0a3f5f6a2ad2aaa0ab (diff)
parenta82c1d396596e17faa0b9478a82878765555be11 (diff)
Merge pull request #1198 from webtorrent/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
-rw-r--r--README.md2
-rw-r--r--package.json4
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index c5bde53..9c62f32 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,8 @@ they can connect to both normal *and* web peers. We hope other clients will foll
### Features
+[![Greenkeeper badge](https://badges.greenkeeper.io/webtorrent/webtorrent.svg)](https://greenkeeper.io/)
+
- **Torrent client for node.js & the browser** (same npm package!)
- **Insanely fast**
- Download **multiple torrents** simultaneously, efficiently
diff --git a/package.json b/package.json
index 4b3568c..f1fd800 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"bittorrent-protocol": "^2.1.5",
"chunk-store-stream": "^2.0.2",
"create-torrent": "^3.24.5",
- "debug": "^2.2.0",
+ "debug": "^3.1.0",
"end-of-stream": "^1.1.0",
"fs-chunk-store": "^1.6.2",
"immediate-chunk-store": "^1.0.8",
@@ -75,7 +75,7 @@
"brfs": "^1.4.3",
"browserify": "^14.0.0",
"cross-spawn": "^5.0.1",
- "electron-prebuilt": "^0.37.8",
+ "electron": "^1.7.8",
"finalhandler": "^1.0.0",
"network-address": "^1.1.0",
"run-series": "^1.1.4",