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

Commit 017b52b

Browse files
authored
Merge pull request #36 from orbitdb/feat/docs
docs: Add badges, add localMaintainers
2 parents 8f76011 + b4711f9 commit 017b52b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# orbit-db-kvstore
22

3-
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/orbitdb/Lobby)
3+
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/orbitdb/Lobby) [![Matrix](https://img.shields.io/badge/matrix-%23orbitdb%3Apermaweb.io-blue.svg)](https://riot.permaweb.io/#/room/#orbitdb:permaweb.io) [![Discord](https://img.shields.io/discord/475789330380488707?color=blueviolet&label=discord)](https://discord.gg/cscuf5T)
44
[![npm version](https://badge.fury.io/js/orbit-db-kvstore.svg)](https://badge.fury.io/js/orbit-db-kvstore)
55

66
> Key-Value database for orbit-db

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,10 @@
2727
"license": "MIT",
2828
"dependencies": {
2929
"orbit-db-store": "~2.7.0"
30-
}
30+
},
31+
"localMaintainers": [
32+
33+
"shamb0t <[email protected]>",
34+
"hajamark <[email protected]>"
35+
]
3136
}

0 commit comments

Comments
 (0)