0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-30 01:56:18 +01:00
This commit is contained in:
Yusuke Wada 2022-07-24 17:42:44 +09:00
parent 5f60a18227
commit b3e63fb087

View File

@ -1,6 +1,6 @@
{ {
"name": "hono", "name": "hono",
"version": "2.0.2", "version": "2.0.3",
"description": "Ultrafast web framework for Cloudflare Workers.", "description": "Ultrafast web framework for Cloudflare Workers.",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -165,4 +165,4 @@
"engines": { "engines": {
"node": ">=11.0.0" "node": ">=11.0.0"
} }
} }