From 78108bbcde96bfbd8f353fc2d5b5db416ddb6949 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 4 Apr 2019 14:41:50 +0000 Subject: [PATCH] Add localMaintainers field These people should have access rights to publish on npm. See https://github.com/orbitdb/welcome/blob/master/npm-policy.md. --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f454306..32876cb 100644 --- a/package.json +++ b/package.json @@ -70,5 +70,10 @@ "build:debug": "webpack --config conf/webpack.debug.config.js --sort-modules-by size && mkdir -p examples/browser/lib && cp dist/orbitdb.js examples/browser/lib/orbitdb.js && cp dist/orbitdb.js.map examples/browser/lib/orbitdb.js.map", "build:docs/toc": "markdown-toc --no-first1 -i README.md && markdown-toc --no-first1 -i API.md && markdown-toc --no-first1 -i GUIDE.md && markdown-toc --no-first1 -i CHANGELOG.md && markdown-toc --no-first1 -i FAQ.md ", "build:es5": "babel src --out-dir ./dist/es5/ --presets babel-preset-env --plugins babel-plugin-transform-runtime" - } + }, + "localMaintainers": [ + "haad ", + "shamb0t ", + "hajamark " + ] }