Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit c1517a0

Browse files
authored
chore: add discourse badge (#96)
1 parent adc8142 commit c1517a0

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
44
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
55
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
6+
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)
67
[![Build Status](https://travis-ci.org/libp2p/js-libp2p-kad-dht.svg?style=flat-square)](https://travis-ci.org/libp2p/js-libp2p-kad-dht)
78
[![Coverage Status](https://coveralls.io/repos/github/libp2p/js-libp2p-kad-dht/badge.svg?branch=master)](https://coveralls.io/github/libp2p/js-libp2p-kad-dht?branch=master)
89
[![Dependency Status](https://david-dm.org/libp2p/js-libp2p-kad-dht.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-kad-dht)

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"async": "^2.6.2",
4141
"base32.js": "~0.1.0",
4242
"chai-checkmark": "^1.0.1",
43-
"cids": "~0.5.7",
43+
"cids": "~0.6.0",
4444
"debug": "^4.1.1",
4545
"err-code": "^1.1.2",
4646
"hashlru": "^2.3.0",
4747
"heap": "~0.2.6",
4848
"interface-datastore": "~0.6.0",
4949
"k-bucket": "^5.0.0",
50-
"libp2p-crypto": "~0.16.0",
50+
"libp2p-crypto": "~0.16.1",
5151
"libp2p-record": "~0.6.2",
5252
"merge-options": "^1.0.1",
5353
"multihashes": "~0.4.14",
@@ -56,25 +56,25 @@
5656
"peer-info": "~0.15.1",
5757
"priorityqueue": "~0.2.1",
5858
"protons": "^1.0.1",
59-
"pull-length-prefixed": "^1.3.1",
59+
"pull-length-prefixed": "^1.3.2",
6060
"pull-stream": "^3.6.9",
6161
"varint": "^5.0.0",
6262
"xor-distance": "^2.0.0"
6363
},
6464
"devDependencies": {
65-
"aegir": "^18.1.1",
65+
"aegir": "^18.2.1",
6666
"chai": "^4.2.0",
6767
"datastore-level": "~0.10.0",
6868
"dirty-chai": "^2.0.1",
6969
"interface-connection": "~0.3.3",
70-
"libp2p-mplex": "~0.8.4",
71-
"libp2p-switch": "~0.41.5",
70+
"libp2p-mplex": "~0.8.5",
71+
"libp2p-switch": "~0.42.7",
7272
"libp2p-tcp": "~0.13.0",
7373
"lodash": "^4.17.11",
7474
"lodash.random": "^3.2.0",
7575
"lodash.range": "^3.2.0",
7676
"peer-book": "~0.9.1",
77-
"sinon": "^7.2.4"
77+
"sinon": "^7.3.1"
7878
},
7979
"contributors": [
8080
"Alan Shaw <[email protected]>",

0 commit comments

Comments
 (0)