From 6961e7e0dd08584d12ef06949cbef4c3873c8e6a Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 1 May 2018 12:16:59 +0100 Subject: [PATCH 1/7] add lead maintainer --- README.md | 8 ++++++++ package.json | 1 + 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index fb1e7ac..cf9e948 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 diff --git a/package.json b/package.json index 390a0df..a2a5a81 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "multicodec", "version": "0.2.6", "description": "JavaScript implementation of the multicodec specification", + "lead-maintainer": "Henrique Dias ", "main": "src/index.js", "scripts": { "lint": "aegir lint", From 2d9ad16d6aa9e80fc680fd2fe27660c9ed7f287e Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 1 May 2018 12:17:20 +0100 Subject: [PATCH 2/7] chore: update deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2a5a81..5771638 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "varint": "^5.0.0" }, "devDependencies": { - "aegir": "^12.3.0", + "aegir": "^13.1.0", "chai": "^4.1.2", "dirty-chai": "^2.0.1", "pre-commit": "^1.2.2" From 2b4066568b47c81dc70ad78ae74074293f59744c Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 1 May 2018 13:41:18 +0100 Subject: [PATCH 3/7] remove old maintainer section --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index cf9e948..e38b6c4 100644 --- a/README.md +++ b/README.md @@ -58,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). From cb4646379d3e639bb6f83e59b3fc827feed6aa8d Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 1 May 2018 13:44:46 +0100 Subject: [PATCH 4/7] Update package.json --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 5771638..ae834f8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "multicodec", "version": "0.2.6", "description": "JavaScript implementation of the multicodec specification", - "lead-maintainer": "Henrique Dias ", + "leadMaintainer": "Henrique Dias ", "main": "src/index.js", "scripts": { "lint": "aegir lint", @@ -17,10 +17,6 @@ "coverage": "aegir coverage", "coverage-publish": "aegir coverage --provider coveralls" }, - "pre-commit": [ - "lint", - "test" - ], "repository": { "type": "git", "url": "git+https://github.com/multiformats/js-multicodec.git" From b84badb6d03d07e9ee143f675b918c87c09a09f1 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 1 May 2018 14:36:11 +0100 Subject: [PATCH 5/7] Update package.json --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index ae834f8..7bc50c5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "the", "data!" ], - "author": "David Dias ", "license": "MIT", "bugs": { "url": "https://github.com/multiformats/js-multicodec/issues" @@ -42,8 +41,7 @@ "devDependencies": { "aegir": "^13.1.0", "chai": "^4.1.2", - "dirty-chai": "^2.0.1", - "pre-commit": "^1.2.2" + "dirty-chai": "^2.0.1" }, "contributors": [ "David Dias ", From 809ff7ac4b5fb2ca51017d6c7c856eb5c02f3002 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 1 May 2018 21:41:53 +0100 Subject: [PATCH 6/7] test CI with old aegir --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bc50c5..575f007 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "varint": "^5.0.0" }, "devDependencies": { - "aegir": "^13.1.0", + "aegir": "^12.3.0", "chai": "^4.1.2", "dirty-chai": "^2.0.1" }, From 63fa1d9a3fd56a980b275ce725743608fc07cf3d Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 2 May 2018 20:12:11 +0100 Subject: [PATCH 7/7] chore: add pre-push --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 575f007..d9483dd 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,10 @@ "coverage": "aegir coverage", "coverage-publish": "aegir coverage --provider coveralls" }, + "pre-push": [ + "lint", + "test" + ], "repository": { "type": "git", "url": "git+https://github.com/multiformats/js-multicodec.git" @@ -41,6 +45,7 @@ "devDependencies": { "aegir": "^12.3.0", "chai": "^4.1.2", + "pre-push": "^0.1.1", "dirty-chai": "^2.0.1" }, "contributors": [