From 5e1d9de4ab0eebdab6646063e57d7cc937ed3bd2 Mon Sep 17 00:00:00 2001 From: surajmaurya-git Date: Tue, 28 Jul 2026 18:06:34 +0530 Subject: [PATCH] chore: add publishConfig to package.json for public access --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 362fee10..f378faff 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "module": "dist/index.mjs", "type": "module", "types": "dist/index.d.ts", + "publishConfig": { + "access": "public" + }, "files": [ "dist" ],