From 1cc247bdb9256e35d5b77b06cc0cd24c72819358 Mon Sep 17 00:00:00 2001 From: puria Date: Tue, 7 May 2024 17:24:09 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A4=A6=20allow=20public=20publishi?= =?UTF-8?q?ng!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index b69659c..fe23ac1 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "@dyne/components", "version": "1.0.2", "description": " ♻️ Recycled UI for dyners", + "publishConfig": { + "access": "public" + }, "main": "dist/index.cjs.js", "module": "dist/index.js", "types": "dist/types/index.d.ts",