From 8f794301e8366535349d9979d3d7d2e53842a7d2 Mon Sep 17 00:00:00 2001 From: Arno V Date: Fri, 3 Nov 2023 17:38:56 -0400 Subject: [PATCH] fix: release scoped package as public --- packages/ui-components/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index dfcfb372..1be5bfee 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -3,6 +3,9 @@ "version": "0.0.1", "license": "MIT", "author": "Arno Versini", + "publishConfig": { + "access": "public" + }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",