From 1945badcb611c238bca884f224b6a8047f718568 Mon Sep 17 00:00:00 2001 From: Simon Jockers <449739+sjockers@users.noreply.github.com> Date: Sun, 26 Oct 2025 17:12:01 +0100 Subject: [PATCH] Set package to public on npmjs.org (via `publishConfig`) --- components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/package.json b/components/package.json index 29d3c994..f3fe1f87 100644 --- a/components/package.json +++ b/components/package.json @@ -6,7 +6,7 @@ "license": "UNLICENSED", "type": "module", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "url": "https://github.com/SWRdata/components"