Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lead maintainer #66

Merged
merged 1 commit into from
May 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be removed, but changed to pre-push. I'd also like to see a better commit message :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@victorbjelkholm can you handle the changes?

"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