From 1dab711a72243094587c7b6c363311d6824f85d3 Mon Sep 17 00:00:00 2001 From: Berend Sliedrecht Date: Wed, 30 Oct 2024 14:16:39 +0100 Subject: [PATCH] build: add publishConfig Signed-off-by: Berend Sliedrecht --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index d796ac5..9f92f4c 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "description": "Openid Federation implementation", "author": "Animo Solutions", "license": "Apache-2.0", + "publishConfig": { + "access": "public" + }, "scripts": { "clean": "rimraf **/build", "clean:deps ": "pnpm clean && rimraf node_modules",