Skip to content

Commit

Permalink
Merge pull request #66 from multiformats/lead-maintainer
Browse files Browse the repository at this point in the history
Lead maintainer
  • Loading branch information
victorb authored May 9, 2018
2 parents b156af4 + 09964e9 commit fd4ff92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ js-multiaddr

> JavaScript implementation of [multiaddr](https://github.com/multiformats/multiaddr).
## Lead Maintainer

[Victor Bjelkholm](https://github.com/VictorBjelkholm)

## Table of Contents

- [Background](#background)
Expand Down Expand Up @@ -123,10 +127,6 @@ $ node

https://multiformats.github.io/js-multiaddr/

## Maintainers

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

## Contribute

Contributions welcome. Please check out [the issues](https://github.com/multiformats/js-multiaddr/issues).
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "multiaddr",
"version": "5.0.0",
"description": "multiaddr implementation (binary + string representation of network addresses)",
"leadMaintainer": "Victor Bjelkholm <[email protected]>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
Expand All @@ -16,10 +17,6 @@
"coverage-publish": "aegir coverage publish",
"docs": "aegir docs"
},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/multiformats/js-multiaddr.git"
Expand All @@ -29,7 +26,6 @@
"binary",
"string"
],
"author": "Juan Benet <[email protected]> (http://juan.benet.ai/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/multiformats/js-multiaddr/issues"
Expand All @@ -46,7 +42,7 @@
"xtend": "^4.0.1"
},
"devDependencies": {
"aegir": "^13.0.7",
"aegir": "^13.1.0",
"buffer-loader": "0.0.1",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
Expand Down

0 comments on commit fd4ff92

Please sign in to comment.