mirror of
https://github.com/fluencelabs/js-mafmt
synced 2025-04-30 19:22:31 +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
|
> Javascript implementation of multiaddr validation
|
||||||
|
|
||||||
|
## Lead Maintainer
|
||||||
|
|
||||||
|
[Vasco Santos](https://github.com/vasco-santos).
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "mafmt",
|
"name": "mafmt",
|
||||||
"version": "6.0.0",
|
"version": "6.0.0",
|
||||||
"description": "A multiaddr validator",
|
"description": "A multiaddr validator",
|
||||||
|
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "aegir lint",
|
"lint": "aegir lint",
|
||||||
@ -15,7 +16,7 @@
|
|||||||
"coverage": "aegir coverage",
|
"coverage": "aegir coverage",
|
||||||
"coverage-publish": "aegir coverage publish"
|
"coverage-publish": "aegir coverage publish"
|
||||||
},
|
},
|
||||||
"pre-commit": [
|
"pre-push": [
|
||||||
"lint",
|
"lint",
|
||||||
"test"
|
"test"
|
||||||
],
|
],
|
||||||
@ -26,7 +27,6 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"multiaddr"
|
"multiaddr"
|
||||||
],
|
],
|
||||||
"author": "whyrusleeping",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/whyrusleeping/js-mafmt/issues"
|
"url": "https://github.com/whyrusleeping/js-mafmt/issues"
|
||||||
@ -34,8 +34,7 @@
|
|||||||
"homepage": "https://github.com/whyrusleeping/js-mafmt#readme",
|
"homepage": "https://github.com/whyrusleeping/js-mafmt#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"aegir": "^13.0.6",
|
"aegir": "^13.0.6",
|
||||||
"chai": "^4.1.2",
|
"chai": "^4.1.2"
|
||||||
"pre-commit": "^1.2.2"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"multiaddr": "^4.0.0"
|
"multiaddr": "^4.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user