From e87e0df648b7f10b464a63f60ac05f0d4297a05e Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Thu, 28 Oct 2021 16:49:08 +0200 Subject: [PATCH 1/2] metadata --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 20a1fe6..f510b13 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,14 @@ }, "repository": { "type": "git", - "url": "git@github.com:codesyntax/volto-listingadvanced-variation" + "url": "git+ssh://git@github.com/codesyntax/volto-listingadvanced-variation.git" }, "dependencies": { "release-it": "^14.11.6" - } + }, + "bugs": { + "url": "https://github.com/codesyntax/volto-listingadvanced-variation/issues" + }, + "homepage": "https://github.com/codesyntax/volto-listingadvanced-variation#readme", + "author": "Ion Lizarazu " } From 0bd7e45de3bdbdb25168967ae77c54facc0c8dd9 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Thu, 28 Oct 2021 16:50:37 +0200 Subject: [PATCH 2/2] publishConfig --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f510b13..c1de30e 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,8 @@ "url": "https://github.com/codesyntax/volto-listingadvanced-variation/issues" }, "homepage": "https://github.com/codesyntax/volto-listingadvanced-variation#readme", - "author": "Ion Lizarazu " + "author": "Ion Lizarazu ", + "publishConfig": { + "access": "public" + } }