Skip to content

Commit ae14d3e

Browse files
authored
Merge pull request #10 from libp2p/chore/add-discourse-badge
chore: add discourse badge
2 parents 1d04874 + 9ed7f37 commit ae14d3e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ js-libp2p-pubsub
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://libp2p.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
[![Coverage Status](https://coveralls.io/repos/github/libp2p/js-libp2p-pubsub/badge.svg?branch=master)](https://coveralls.io/github/libp2p/js-libp2p-pubsub?branch=master)
89
[![Travis CI](https://travis-ci.org/libp2p/js-libp2p-pubsub.svg?branch=master)](https://travis-ci.org/libp2p/js-libp2p-pubsub)
910
[![Circle CI](https://circleci.com/gh/libp2p/js-libp2p-pubsub.svg?style=svg)](https://circleci.com/gh/libp2p/js-libp2p-pubsub)

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,24 @@
4141
},
4242
"homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme",
4343
"devDependencies": {
44-
"aegir": "^18.0.3",
44+
"aegir": "^18.2.1",
4545
"benchmark": "^2.1.4",
4646
"chai": "^4.2.0",
4747
"chai-spies": "^1.0.0",
4848
"dirty-chai": "^2.0.1",
4949
"libp2p": "~0.24.4",
50-
"libp2p-secio": "~0.11.0",
51-
"libp2p-spdy": "~0.13.1",
50+
"libp2p-secio": "~0.11.1",
51+
"libp2p-spdy": "~0.13.3",
5252
"libp2p-tcp": "~0.13.0",
5353
"lodash": "^4.17.11",
5454
"peer-id": "~0.12.2",
5555
"peer-info": "~0.15.1"
5656
},
5757
"dependencies": {
58-
"async": "^2.6.1",
58+
"async": "^2.6.2",
5959
"debug": "^4.1.1",
6060
"err-code": "^1.1.2",
61-
"length-prefixed-stream": "^1.6.0",
61+
"length-prefixed-stream": "^2.0.0",
6262
"protons": "^1.0.1",
6363
"pull-length-prefixed": "^1.3.1",
6464
"pull-pushable": "^2.2.0",

0 commit comments

Comments
 (0)