Skip to content

Commit

Permalink
docs: lead maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored May 3, 2018
2 parents bc2433b + 63fa1d9 commit 4ec6375
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@

> JavaScript implementation of the multicodec specification
## Lead Maintainer

[Henrique Dias](http://github.com/hacdias)

## Table of Contents

TODO™

## Install

```sh
Expand Down Expand Up @@ -50,10 +58,6 @@ https://multiformats.github.io/js-multicodec/

## [multicodec default table](https://github.com/multiformats/multicodec/blob/master/table.csv)

## Maintainers

Captain: [@diasdavid](https://github.com/diasdavid).

## Contribute

Contributions welcome. Please check out [the issues](https://github.com/multiformats/js-multicodec/issues).
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "multicodec",
"version": "0.2.6",
"description": "JavaScript implementation of the multicodec specification",
"leadMaintainer": "Henrique Dias <hacdias@gmail.com>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
Expand All @@ -16,7 +17,7 @@
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage --provider coveralls"
},
"pre-commit": [
"pre-push": [
"lint",
"test"
],
Expand All @@ -33,7 +34,6 @@
"the",
"data!"
],
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/multiformats/js-multicodec/issues"
Expand All @@ -45,8 +45,8 @@
"devDependencies": {
"aegir": "^12.3.0",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"pre-commit": "^1.2.2"
"pre-push": "^0.1.1",
"dirty-chai": "^2.0.1"
},
"contributors": [
"David Dias <daviddias.p@gmail.com>",
Expand Down

0 comments on commit 4ec6375

Please sign in to comment.