diff --git a/README.md b/README.md index fb1e7ac..e38b6c4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ > JavaScript implementation of the multicodec specification +## Lead Maintainer + +[Henrique Dias](http://github.com/hacdias) + +## Table of Contents + +TODO™ + ## Install ```sh @@ -50,10 +58,6 @@ https://multiformats.github.io/js-multicodec/ ## [multicodec default table](https://github.com/multiformats/multicodec/blob/master/table.csv) -## Maintainers - -Captain: [@diasdavid](https://github.com/diasdavid). - ## Contribute Contributions welcome. Please check out [the issues](https://github.com/multiformats/js-multicodec/issues). diff --git a/package.json b/package.json index 390a0df..d9483dd 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "multicodec", "version": "0.2.6", "description": "JavaScript implementation of the multicodec specification", + "leadMaintainer": "Henrique Dias ", "main": "src/index.js", "scripts": { "lint": "aegir lint", @@ -16,7 +17,7 @@ "coverage": "aegir coverage", "coverage-publish": "aegir coverage --provider coveralls" }, - "pre-commit": [ + "pre-push": [ "lint", "test" ], @@ -33,7 +34,6 @@ "the", "data!" ], - "author": "David Dias ", "license": "MIT", "bugs": { "url": "https://github.com/multiformats/js-multicodec/issues" @@ -45,8 +45,8 @@ "devDependencies": { "aegir": "^12.3.0", "chai": "^4.1.2", - "dirty-chai": "^2.0.1", - "pre-commit": "^1.2.2" + "pre-push": "^0.1.1", + "dirty-chai": "^2.0.1" }, "contributors": [ "David Dias ",