From fb168411fb8f4e5665ad9755ccefb962f2b78cae Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sat, 27 May 2023 11:24:01 +0700 Subject: [PATCH] Updated config --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 1381afe..85174fd 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "A simple way to collect logs and send to the server via simple SDK.", "main": "dist/index.js", "private": false, + "publishConfig": { + "access": "public" + }, "dist": { "type": "module", "main": "dist/index.js",