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

Commit

Permalink
docs: Add badges, add localMaintainers, remove redundant install command
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt authored and aphelionz committed Jul 7, 2020
1 parent cdbf287 commit 834da3d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
haad <[email protected]>
Haad <[email protected]>
Richard Littauer <[email protected]>
shamb0t <[email protected]>
adam-palazzo <[email protected]>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![npm version](https://badge.fury.io/js/crdts.svg)](https://www.npmjs.com/package/crdts)
[![CircleCI](https://circleci.com/gh/orbitdb/crdts.svg?style=shield)](https://circleci.com/gh/orbitdb/crdts)
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/orbitdb/Lobby)
[![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)

> A library of Conflict-Free Replicated Data Types for JavaScript.
Expand All @@ -26,7 +26,7 @@ This module uses [npm](https://www.npmjs.com/) and [node](https://nodejs.org/en/
To install, run:

```sh
$ npm install --save crdts
$ npm install crdts
```

## Usage
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@
"test": "./node_modules/.bin/mocha",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
},
"orbitdb": {
"maintainer": [
"haad <[email protected]>",
"shamb0t <[email protected]>"
]
}
"localMaintainers": [
"haad <[email protected]>",
"shamb0t <[email protected]>",
"hajamark <[email protected]>"
]
}

0 comments on commit 834da3d

Please sign in to comment.