Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

chore: add module Lead Maintainer #11

Merged
merged 1 commit into from
May 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@

> JavaScript Implementation of the IPLD Format Raw Node.

## Lead Maintainer

[Volker Mische](https://github.com/vmx)

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [API](#api)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#license)

Expand Down Expand Up @@ -58,10 +61,6 @@ TODO

### `raw.util.deserialize`

## Maintainers

[@kumavis](https://github.com/kumavis)

## Contribute

Please contribute! [Look at the issues](https://github.com/ipld/js-ipld-raw/issues)!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "ipld-raw",
"version": "2.0.0",
"description": "JavaScript implementation of the IPLD raw format.",
"leadMaintainer": "Volker Mische <[email protected]>",
"main": "src/index.js",
"scripts": {
"test": "aegir test",
Expand All @@ -23,7 +24,6 @@
"type": "git",
"url": "git+https://github.com/ipld/js-ipld-raw.git"
},
"author": "kumavis",
"contributors": [
"David Dias <[email protected]>",
"Richard Schneider <[email protected]>",
Expand Down