chore: add discourse badge (#19)

This commit is contained in:
Vasco Santos 2019-04-26 14:03:49 +01:00 committed by Jacob Heun
parent 121981cafc
commit d7f5c2fad2
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,11 @@
interface-peer-routing
=====================
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai)
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
> A test suite and interface you can use to implement a Peer Routing module for libp2p.

View File

@ -18,7 +18,7 @@
"homepage": "https://github.com/diasdavid/interface-peer-routing",
"devDependencies": {},
"dependencies": {
"peer-id": "~0.8.7",
"peer-id": "~0.12.2",
"timed-tape": "^0.1.1"
}
}