Skip to content

Commit ef47374

Browse files
authored
chore: add discourse badge (#34)
1 parent a5fd967 commit ef47374

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
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://ipn.io)
44
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
55
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
6+
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)
67
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
78
[![Coverage Status](https://coveralls.io/repos/github/libp2p/js-libp2p-keychain/badge.svg?branch=master)](https://coveralls.io/github/libp2p/js-libp2p-keychain?branch=master)
89
[![Travis CI](https://travis-ci.org/libp2p/js-libp2p-keychain.svg?branch=master)](https://travis-ci.org/libp2p/js-libp2p-keychain)

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@
4242
},
4343
"homepage": "https://github.com/libp2p/js-libp2p-keychain#readme",
4444
"dependencies": {
45-
"async": "^2.6.1",
45+
"async": "^2.6.2",
4646
"interface-datastore": "~0.6.0",
4747
"libp2p-crypto": "~0.16.1",
4848
"merge-options": "^1.0.1",
4949
"node-forge": "~0.7.6",
50-
"pull-stream": "^3.6.8",
50+
"pull-stream": "^3.6.9",
5151
"sanitize-filename": "^1.6.1"
5252
},
5353
"devDependencies": {
54-
"aegir": "^18.0.3",
54+
"aegir": "^18.2.1",
5555
"chai": "^4.2.0",
56-
"chai-string": "^1.4.0",
57-
"datastore-fs": "~0.7.0",
56+
"chai-string": "^1.5.0",
57+
"datastore-fs": "~0.8.0",
5858
"datastore-level": "~0.10.0",
5959
"dirty-chai": "^2.0.1",
60-
"level-js": "^4.0.0",
60+
"level-js": "^4.0.1",
6161
"mocha": "^5.2.0",
6262
"multihashes": "~0.4.14",
6363
"peer-id": "~0.12.2",

0 commit comments

Comments
 (0)