parent
3a0080c06d
commit
45a22b8006
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@hono/hello': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
`@honojs` to `@hono`
|
|
@ -6,7 +6,7 @@ This middleware add `X-Message` header to the Response.
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
import { hello } from '@honojs/hello'
|
import { hello } from '@hono/hello'
|
||||||
import { Hono } from 'hono'
|
import { Hono } from 'hono'
|
||||||
|
|
||||||
const app = new Hono()
|
const app = new Hono()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "@honojs/hello",
|
"name": "@hono/hello",
|
||||||
"version": "0.0.7",
|
"version": "0.0.7",
|
||||||
"description": "An example of third-party middleware for Hono",
|
"description": "An example of third-party middleware for Hono",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -27,4 +27,4 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hono": "^2.6.2"
|
"hono": "^2.6.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue