mirror of
https://github.com/fluencelabs/js-mafmt
synced 2025-04-25 11:02:21 +00:00
docs: add lead-maintainer (#28)
This commit is contained in:
parent
87c4202772
commit
ecbb187dbf
@ -11,6 +11,10 @@ js-mafmt
|
||||
|
||||
> Javascript implementation of multiaddr validation
|
||||
|
||||
## Lead Maintainer
|
||||
|
||||
[Vasco Santos](https://github.com/vasco-santos).
|
||||
|
||||
## Install
|
||||
|
||||
```sh
|
||||
|
@ -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",
|
||||
@ -15,7 +16,7 @@
|
||||
"coverage": "aegir coverage",
|
||||
"coverage-publish": "aegir coverage publish"
|
||||
},
|
||||
"pre-commit": [
|
||||
"pre-push": [
|
||||
"lint",
|
||||
"test"
|
||||
],
|
||||
@ -26,7 +27,6 @@
|
||||
"keywords": [
|
||||
"multiaddr"
|
||||
],
|
||||
"author": "whyrusleeping",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/whyrusleeping/js-mafmt/issues"
|
||||
@ -34,8 +34,7 @@
|
||||
"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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user