fix(bun-compress): package description
parent
c014fda0f3
commit
328c2f1ef2
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@hono/bun-compress",
|
||||
"version": "0.0.0",
|
||||
"description": "An example of third-party middleware for Hono",
|
||||
"description": "A Hono middleware for compressing responses using Bun's built-in compression.",
|
||||
"type": "module",
|
||||
"module": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
Loading…
Reference in New Issue