From ca4376cc48faf35c0216a0b675b8f3386dec8e91 Mon Sep 17 00:00:00 2001 From: usbsync Date: Thu, 9 May 2024 12:08:38 +0900 Subject: [PATCH] add publishConfig --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 992f3f0..cf02b83 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,9 @@ "terser-webpack-plugin": "^5.3.10", "worker-loader": "^3.0.8" }, + "publishConfig": { + "access": "public" + }, "files": [ "dist/", "types/",