From 09964e9f2e94236d706c285e1e80972bb7e2ca6f Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 1 May 2018 11:45:59 +0100 Subject: [PATCH] chore: add new lead-maintainer --- README.md | 8 ++++---- package.json | 8 ++------ 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 68633e5e..e466dfd4 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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). diff --git a/package.json b/package.json index 67329d1f..eeb2131e 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "multiaddr", "version": "5.0.0", "description": "multiaddr implementation (binary + string representation of network addresses)", + "leadMaintainer": "Victor Bjelkholm ", "main": "src/index.js", "scripts": { "lint": "aegir lint", @@ -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" @@ -29,7 +26,6 @@ "binary", "string" ], - "author": "Juan Benet (http://juan.benet.ai/)", "license": "MIT", "bugs": { "url": "https://github.com/multiformats/js-multiaddr/issues" @@ -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",