Skip to content

Commit b199180

Browse files
Merge pull request webtorrent#229 from webtorrent/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 9350ce8 + b69e82d commit b199180

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bittorrent-tracker [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
1+
# 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]
22

33
[travis-image]: https://img.shields.io/travis/webtorrent/bittorrent-tracker/master.svg
44
[travis-url]: https://travis-ci.org/webtorrent/bittorrent-tracker
@@ -8,6 +8,8 @@
88
[downloads-url]: https://npmjs.org/package/bittorrent-tracker
99
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
1010
[standard-url]: https://standardjs.com
11+
[greenkeeper-image]: https://badges.greenkeeper.io/webtorrent/bittorrent-tracker.svg
12+
[greenkeeper-url]: https://greenkeeper.io/
1113

1214
#### Simple, robust, BitTorrent tracker (client & server) implementation
1315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"bittorrent-peerid": "^1.0.2",
2525
"bn.js": "^4.4.0",
2626
"compact2string": "^1.2.0",
27-
"debug": "^2.0.0",
27+
"debug": "^3.1.0",
2828
"inherits": "^2.0.1",
2929
"ip": "^1.0.1",
3030
"lru": "^3.0.0",

0 commit comments

Comments
 (0)