Merge pull request #229 from webtorrent/greenkeeper/initial

Update dependencies to enable Greenkeeper 🌴
This commit is contained in:
Diego Rodríguez Baquero 2017-09-29 08:45:41 -05:00 committed by GitHub
commit b199180f05
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# bittorrent-tracker [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] # bittorrent-tracker [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] [![Greenkeeper badge][greenkeeper-image]][greenkeeper-url]
[travis-image]: https://img.shields.io/travis/webtorrent/bittorrent-tracker/master.svg [travis-image]: https://img.shields.io/travis/webtorrent/bittorrent-tracker/master.svg
[travis-url]: https://travis-ci.org/webtorrent/bittorrent-tracker [travis-url]: https://travis-ci.org/webtorrent/bittorrent-tracker
@ -8,6 +8,8 @@
[downloads-url]: https://npmjs.org/package/bittorrent-tracker [downloads-url]: https://npmjs.org/package/bittorrent-tracker
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg [standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[standard-url]: https://standardjs.com [standard-url]: https://standardjs.com
[greenkeeper-image]: https://badges.greenkeeper.io/webtorrent/bittorrent-tracker.svg
[greenkeeper-url]: https://greenkeeper.io/
#### Simple, robust, BitTorrent tracker (client & server) implementation #### Simple, robust, BitTorrent tracker (client & server) implementation

View File

@ -24,7 +24,7 @@
"bittorrent-peerid": "^1.0.2", "bittorrent-peerid": "^1.0.2",
"bn.js": "^4.4.0", "bn.js": "^4.4.0",
"compact2string": "^1.2.0", "compact2string": "^1.2.0",
"debug": "^2.0.0", "debug": "^3.1.0",
"inherits": "^2.0.1", "inherits": "^2.0.1",
"ip": "^1.0.1", "ip": "^1.0.1",
"lru": "^3.0.0", "lru": "^3.0.0",