Merge pull request #7 from honojs/fix/package-json-url

fixed package.json urls
pull/34/head
Kei Kamikawa 2022-07-29 22:47:34 +09:00 committed by GitHub
commit af00a86827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/honojs/middleware-template.git"
"url": "https://github.com/honojs/firebase-auth.git"
},
"homepage": "https://github.com/honojs/middleware-template",
"homepage": "https://github.com/honojs/firebase-auth",
"author": "codehex",
"private": false,
"publishConfig": {