diff --git a/packages/hello/package.json b/packages/hello/package.json index 3de3ba85..d01d8082 100644 --- a/packages/hello/package.json +++ b/packages/hello/package.json @@ -15,6 +15,10 @@ }, "license": "MIT", "private": false, + "publishConfig": { + "registry": "https://registry.npmjs.org", + "access": "public" + }, "repository": { "type": "git", "url": "https://github.com/honojs/middleware.git"