From d294f3af80e73965cb90ba879ae45c1b014e80ce Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Tue, 26 Dec 2023 12:35:34 +0100 Subject: [PATCH] build: fixed public access --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 96394e0..c3b1fce 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,9 @@ "version": "node ./scripts/postversion.js && git add src/block.json && git add readme.txt && git add wordpress-particles.php", "prepack": "pnpm run build" }, + "publishConfig": { + "access": "public" + }, "dependencies": { "@tsparticles/all": "^3.0.2", "@tsparticles/basic": "^3.0.2",