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

Commit c51b0c8

Browse files
authoredApr 11, 2019
chore: add discourse badge (#91)
1 parent 3d94973 commit c51b0c8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ js-libp2p-bootstrap
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-bootstrap.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-bootstrap)
89
[![](https://img.shields.io/travis/libp2p/js-libp2p-bootstrap.svg?style=flat-square)](https://travis-ci.com/libp2p/js-libp2p-bootstrap)
910
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"npm": ">=3.0.0"
2929
},
3030
"devDependencies": {
31-
"aegir": "^18.1.1",
31+
"aegir": "^18.2.1",
3232
"chai": "^4.2.0",
3333
"libp2p-tcp": "~0.13.0"
3434
},
3535
"dependencies": {
3636
"async": "^2.6.2",
3737
"debug": "^4.1.1",
38-
"mafmt": "^6.0.6",
39-
"multiaddr": "^6.0.4",
38+
"mafmt": "^6.0.7",
39+
"multiaddr": "^6.0.6",
4040
"peer-id": "~0.12.2",
4141
"peer-info": "~0.15.1"
4242
},

0 commit comments

Comments
 (0)
This repository has been archived.