From 5571ccc9848ce9a85bd4954160d29fedf96ea457 Mon Sep 17 00:00:00 2001 From: Fawad Ali Date: Mon, 27 May 2024 19:03:17 +0200 Subject: [PATCH] Make package access public --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 8f24d08..796beab 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,9 @@ "files": [ "dist" ], + "publishConfig": { + "access": "public" + }, "scripts": { "build": "vite build", "dev": "pnpm build --watch",