Merge pull request #2 from honojs/fix/package-json-private

added "private: false" in package.json
pull/34/head
Kei Kamikawa 2022-07-28 15:18:33 +09:00 committed by GitHub
commit 4e54a56295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
},
"homepage": "https://github.com/honojs/middleware-template",
"author": "codehex",
"private": false,
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"