Skip to content

Commit d294f3a

Browse files
committed
build: fixed public access
1 parent 68f121e commit d294f3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"version": "node ./scripts/postversion.js && git add src/block.json && git add readme.txt && git add wordpress-particles.php",
2525
"prepack": "pnpm run build"
2626
},
27+
"publishConfig": {
28+
"access": "public"
29+
},
2730
"dependencies": {
2831
"@tsparticles/all": "^3.0.2",
2932
"@tsparticles/basic": "^3.0.2",

0 commit comments

Comments
 (0)