mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-14 11:26:25 +00:00
Merge pull request #229 from webtorrent/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
This commit is contained in:
commit
b199180f05
@ -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
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user