Skip to content

Commit

Permalink
docs: add lead-maintainer (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Jun 27, 2018
1 parent 87c4202 commit ecbb187
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ js-mafmt

> Javascript implementation of multiaddr validation
## Lead Maintainer

[Vasco Santos](https://github.com/vasco-santos).

## Install

```sh
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "mafmt",
"version": "6.0.0",
"description": "A multiaddr validator",
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
Expand All @@ -15,7 +16,7 @@
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage publish"
},
"pre-commit": [
"pre-push": [
"lint",
"test"
],
Expand All @@ -26,16 +27,14 @@
"keywords": [
"multiaddr"
],
"author": "whyrusleeping",
"license": "MIT",
"bugs": {
"url": "https://github.com/whyrusleeping/js-mafmt/issues"
},
"homepage": "https://github.com/whyrusleeping/js-mafmt#readme",
"devDependencies": {
"aegir": "^13.0.6",
"chai": "^4.1.2",
"pre-commit": "^1.2.2"
"chai": "^4.1.2"
},
"dependencies": {
"multiaddr": "^4.0.0"
Expand Down

0 comments on commit ecbb187

Please sign in to comment.