Merge branch 'master' into greenkeeper/simple-peer-8.3.0

This commit is contained in:
Diego Rodríguez Baquero 2018-01-29 09:42:19 -05:00 committed by GitHub
commit 83e2795236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 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] [![Greenkeeper badge][greenkeeper-image]][greenkeeper-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]
[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,8 +8,6 @@
[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

@ -37,7 +37,7 @@
"safe-buffer": "^5.0.0", "safe-buffer": "^5.0.0",
"simple-get": "^2.0.0", "simple-get": "^2.0.0",
"simple-peer": "^8.3.0", "simple-peer": "^8.3.0",
"simple-websocket": "^5.0.0", "simple-websocket": "^6.0.0",
"string2compact": "^1.1.1", "string2compact": "^1.1.1",
"uniq": "^1.0.1", "uniq": "^1.0.1",
"unordered-array-remove": "^1.0.2", "unordered-array-remove": "^1.0.2",