From 834da3d624a72640429ce8dafb8a5870f89ddd5c Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Wed, 25 Sep 2019 18:07:35 -0400 Subject: [PATCH] docs: Add badges, add localMaintainers, remove redundant install command --- AUTHORS | 5 +++++ README.md | 4 ++-- package.json | 11 +++++------ 3 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..6a15a09 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,5 @@ +haad +Haad +Richard Littauer +shamb0t +adam-palazzo diff --git a/README.md b/README.md index 57238e7..9e16b58 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/package.json b/package.json index 3c5b090..d17f7e8 100644 --- a/package.json +++ b/package.json @@ -31,10 +31,9 @@ "test": "./node_modules/.bin/mocha", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha" }, - "orbitdb": { - "maintainer": [ - "haad ", - "shamb0t " - ] - } + "localMaintainers": [ + "haad ", + "shamb0t ", + "hajamark " + ] }