0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 02:27:49 +01:00

docs(readme): update readme and jsr.json (#2803)

This commit is contained in:
Yusuke Wada 2024-05-26 23:12:21 +09:00 committed by GitHub
parent 593cb7a89d
commit 692c32165f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<hr /> <hr />
<p align="center"> <p align="center">
<a href="https://hono.dev"><b>Documentation :point_right: hono.dev</b></a><br /> <a href="https://hono.dev"><b>Documentation 👉 hono.dev</b></a><br />
<i>v4 has been released!</i> <a href="docs/MIGRATION.md">Migration guide</b> <i>v4 has been released!</i> <a href="docs/MIGRATION.md">Migration guide</b>
</p> </p>

View File

@ -94,6 +94,9 @@
"jsr.json", "jsr.json",
"LICENSE", "LICENSE",
"README.md", "README.md",
"docs/CODE_OF_CONDUCT.md",
"docs/CONTRIBUTING.md",
"docs/MIGRATION.md",
"src/**/*.ts" "src/**/*.ts"
], ],
"exclude": [ "exclude": [