From b6411c9401c1e7b3321dcc6dd24731fea6d16528 Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Sat, 28 Sep 2024 17:13:18 +0200 Subject: [PATCH] Add default public access as publish config. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index ee812cc..293f9cc 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,9 @@ "repository": "https://git.madeorsk.com/Sharkitek/core", "author": "Madeorsk ", "license": "MIT", + "publishConfig": { + "access": "public" + }, "scripts": { "build": "tsc && vite build", "test": "jest"