From 545ac4687b204c000c52ae21dfa31c4f961cee0d Mon Sep 17 00:00:00 2001 From: usbsync Date: Thu, 9 May 2024 19:16:45 +0900 Subject: [PATCH] add publish config --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 4c466ab609..bfbdb16678 100644 --- a/package.json +++ b/package.json @@ -135,6 +135,9 @@ "resolutions": { "pixi.js": "5.3.7" }, + "publishConfig": { + "access": "public" + }, "files": [ "dist/", "extern/",