diff --git a/package.json b/package.json index 5ae6052..bcfadbe 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/Verifrax/attestorium.git" + "url": "git+https://github.com/Verifrax/attestorium.git" }, "homepage": "https://github.com/Verifrax/attestorium#readme", "bugs": { @@ -22,5 +22,6 @@ ], "publishConfig": { "access": "public" - } + }, + "private": false }