v0.0.9
parent
fdb50b7e53
commit
f5907fcd4f
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/hello",
|
"name": "@hono/hello",
|
||||||
"version": "0.0.8",
|
"version": "0.0.9",
|
||||||
"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",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
@ -27,4 +27,4 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hono": "^2.6.2"
|
"hono": "^2.6.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue