diff --git a/package.json b/package.json index fd8c9f3..f5c0d8b 100644 --- a/package.json +++ b/package.json @@ -50,5 +50,9 @@ "glob": "^13.0.0", "rollup": "^4.54.0", "typescript": "^5.9.3" + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" } }