feat: `@honojs` to `@hono` (#9)

* feat: `@honojs` to `@hono`

* add changeset
pull/10/head
Yusuke Wada 2022-12-24 20:18:26 +09:00 committed by GitHub
parent 3a0080c06d
commit 45a22b8006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/hello': patch
---
`@honojs` to `@hono`

View File

@ -6,7 +6,7 @@ This middleware add `X-Message` header to the Response.
## Usage
```ts
import { hello } from '@honojs/hello'
import { hello } from '@hono/hello'
import { Hono } from 'hono'
const app = new Hono()

View File

@ -1,5 +1,5 @@
{
"name": "@honojs/hello",
"name": "@hono/hello",
"version": "0.0.7",
"description": "An example of third-party middleware for Hono",
"main": "dist/index.js",
@ -27,4 +27,4 @@
"dependencies": {
"hono": "^2.6.2"
}
}
}