From a9c6842386ce66e10a951b35f9add14b2dd041e4 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Fri, 26 Apr 2019 14:04:21 +0100 Subject: [PATCH] chore: add discourse badge (#15) --- README.md | 5 ++++- package.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc86aa0..26320a6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ interface-record-store ===================== -[![](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) > A test suite and interface you can use to implement a a [IPRS compliant](/IPRS.md) Record Store. diff --git a/package.json b/package.json index 8c1f85e..c66ae37 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "homepage": "https://github.com/libp2p/interface-record-store", "dependencies": { "ecdsa": "~0.7.0", - "ipld": "~0.6.0", - "multihashing": "~0.3.2", + "ipld": "~0.22.0", + "multihashing": "~0.3.3", "timed-tape": "~0.1.1" } }