From 93679e0c95cda382190a2c61ce29cdd35760a2b8 Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Wed, 15 Apr 2026 09:44:53 +0200 Subject: [PATCH] Align package pages to live GitHub Packages set --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }