From f1c784da1d121fc3f7367638991c4afcf6b4f780 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Tue, 26 Mar 2019 10:15:51 -0400 Subject: [PATCH 1/3] chore: Add npm maintainers This adds a maintainers field to the package.json. Ideally, someone else should be in this field, too. Please add another contributor as a maintainer for this npm package, such as @shamb0t, by typing: `npm owner add @shamb0t`. Then, add them to the maintainers field in this PR, or ping me to do it. Thank you. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a1050b..ff3a9e8 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,8 @@ "scripts": { "test": "./node_modules/.bin/mocha", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha" - } + }, + "maintainer": [ + "haad " + ] } From 1544b06207aa897d4eb01fe291879ac92d3521c5 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Wed, 27 Mar 2019 10:42:26 -0400 Subject: [PATCH 2/3] chore: Use orbitdb field, add @shamb0t In keeping with https://github.com/orbitdb/welcome/pull/55, I add an orbitdb field here. I also suggest @shamb0t as an extra maintainer, as she is already a contributor here. When this is merged, she should be added. --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ff3a9e8..226f13e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,10 @@ "test": "./node_modules/.bin/mocha", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha" }, - "maintainer": [ - "haad " - ] + "orbitdb": { + "maintainer": [ + "haad ", + "shamb0t " + ] + } } From 4dbadb73a3188817d2b3adeb93e15c22ac71d806 Mon Sep 17 00:00:00 2001 From: haad Date: Tue, 2 Apr 2019 09:31:08 +0000 Subject: [PATCH 3/3] Update email --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 226f13e..3c5b090 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "orbitdb": { "maintainer": [ - "haad ", + "haad ", "shamb0t " ] }