Skip to content

Commit 9584a4b

Browse files
vasco-santosjacobheun
authored andcommitted
chore: add discourse badge (libp2p#327)
1 parent c7b1d05 commit 9584a4b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ libp2p-switch JavaScript implementation
44
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
55
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
66
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
7+
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)
78
[![Travis CI](https://flat.badgen.net/travis/libp2p/js-libp2p-switch)](https://travis-ci.com/libp2p/js-libp2p-switch)
89
[![codecov](https://codecov.io/gh/libp2p/js-libp2p-switch/branch/master/graph/badge.svg)](https://codecov.io/gh/libp2p/js-libp2p-switch)
910
[![Dependency Status](https://david-dm.org/libp2p/js-libp2p-switch.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-switch)

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"npm": ">=3.0.0"
4141
},
4242
"devDependencies": {
43-
"aegir": "^18.1.0",
43+
"aegir": "^18.2.1",
4444
"chai": "^4.2.0",
4545
"chai-checkmark": "^1.0.1",
4646
"dirty-chai": "^2.0.1",
47-
"libp2p-mplex": "~0.8.4",
47+
"libp2p-mplex": "~0.8.5",
4848
"libp2p-pnet": "~0.1.0",
4949
"libp2p-secio": "~0.11.1",
5050
"libp2p-spdy": "~0.13.3",
@@ -53,22 +53,22 @@
5353
"libp2p-websockets": "~0.12.2",
5454
"peer-book": "~0.9.1",
5555
"portfinder": "^1.0.20",
56-
"pull-length-prefixed": "^1.3.1",
56+
"pull-length-prefixed": "^1.3.2",
5757
"pull-mplex": "~0.1.2",
5858
"pull-pair": "^1.1.0",
59-
"sinon": "^7.2.3",
59+
"sinon": "^7.3.1",
6060
"webrtcsupport": "^2.2.0"
6161
},
6262
"dependencies": {
6363
"async": "^2.6.2",
64-
"bignumber.js": "^8.0.2",
64+
"bignumber.js": "^8.1.1",
6565
"class-is": "^1.1.0",
6666
"debug": "^4.1.1",
6767
"err-code": "^1.1.2",
6868
"fsm-event": "^2.1.0",
6969
"hashlru": "^2.3.0",
7070
"interface-connection": "~0.3.3",
71-
"libp2p-circuit": "~0.3.5",
71+
"libp2p-circuit": "~0.3.6",
7272
"libp2p-identify": "~0.7.6",
7373
"moving-average": "^1.0.0",
7474
"multiaddr": "^6.0.6",

0 commit comments

Comments
 (0)