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

Commit 567bddf

Browse files
authoredApr 12, 2019
chore: add discourse badge (#91)
1 parent 4eb4d1e commit 567bddf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ js-libp2p-mplex
44
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai)
55
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
66
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
7+
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)
78
[![](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-mplex.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-mplex)
89
[![](https://img.shields.io/travis/libp2p/js-libp2p-mplex.svg?style=flat-square)](https://travis-ci.com/libp2p/js-libp2p-mplex)
910
[![Dependency Status](https://david-dm.org/libp2p/js-libp2p-mplex.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-mplex)

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@
3131
},
3232
"homepage": "https://github.com/libp2p/js-libp2p-mplex#readme",
3333
"devDependencies": {
34-
"aegir": "^18.1.0",
34+
"aegir": "^18.2.1",
3535
"chai": "^4.2.0",
3636
"chai-checkmark": "^1.0.1",
3737
"dirty-chai": "^2.0.1",
3838
"interface-stream-muxer": "~0.6.0",
3939
"libp2p-tcp": "~0.13.0",
4040
"libp2p-websockets": "~0.12.2",
41-
"multiaddr": "^6.0.4",
41+
"multiaddr": "^6.0.6",
4242
"pull-pair": "^1.1.0",
4343
"through2": "^2.0.3"
4444
},
4545
"dependencies": {
4646
"async": "^2.6.2",
4747
"chunky": "0.0.0",
4848
"concat-stream": "^1.6.2",
49-
"debug": "^4.1.0",
49+
"debug": "^4.1.1",
5050
"interface-connection": "~0.3.3",
5151
"pull-catch": "^1.0.1",
5252
"pull-stream": "^3.6.9",
5353
"pull-stream-to-stream": "^1.3.4",
5454
"pump": "^3.0.0",
5555
"readable-stream": "^3.1.1",
56-
"stream-to-pull-stream": "^1.7.2",
56+
"stream-to-pull-stream": "^1.7.3",
5757
"varint": "^5.0.0"
5858
},
5959
"contributors": [

0 commit comments

Comments
 (0)
This repository has been archived.