diff --git a/package.json b/package.json index 17358b4..0153d45 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,9 @@ "devutils-dev-with-autoinstall": "tools/autoinstall/dev-with-autoinstall.mjs", "devutils-serve-runtime-config": "tools/serveconfig/serve-runtime-config.mjs" }, + "publishConfig": { + "access": "public" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },