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

Commit 0fd71ad

Browse files
authoredApr 12, 2019
chore: add discourse badge (#170)
1 parent bedea1b commit 0fd71ad

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
@@ -3,6 +3,7 @@
33
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai)
44
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
55
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
6+
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)
67
[![](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-webrtc-star.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-webrtc-star)
78
[![](https://img.shields.io/travis/libp2p/js-libp2p-webrtc-star.svg?style=flat-square)](https://travis-ci.com/libp2p/js-libp2p-webrtc-star)
89
[![Dependency Status](https://david-dm.org/libp2p/js-libp2p-webrtc-star.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-webrtc-star) [![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
@@ -51,7 +51,7 @@
5151
"dirty-chai": "^2.0.1",
5252
"electron-webrtc": "~0.3.0",
5353
"prom-client": "^11.2.1",
54-
"wrtc": "~0.3.5"
54+
"wrtc": "~0.3.7"
5555
},
5656
"dependencies": {
5757
"async": "^2.6.2",
@@ -68,10 +68,10 @@
6868
"peer-id": "~0.12.2",
6969
"peer-info": "~0.15.1",
7070
"pull-stream": "^3.6.9",
71-
"simple-peer": "^9.2.1",
71+
"simple-peer": "^9.3.0",
7272
"socket.io": "^2.1.1",
7373
"socket.io-client": "^2.1.1",
74-
"stream-to-pull-stream": "^1.7.2",
74+
"stream-to-pull-stream": "^1.7.3",
7575
"webrtcsupport": "github:ipfs/webrtcsupport"
7676
},
7777
"contributors": [

0 commit comments

Comments
 (0)
This repository has been archived.