We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc89d7a commit 0746da3Copy full SHA for 0746da3
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "hono-compress",
3
"type": "module",
4
- "version": "0.5.1",
+ "version": "0.5.2",
5
"description": "Compression plugin for Hono working with Bun",
6
"author": {
7
"name": "Walter Purcaro",
@@ -37,6 +37,9 @@
37
"main": "./dist/index.cjs",
38
"module": "./dist/index.mjs",
39
"types": "./dist/index.d.cts",
40
+ "files": [
41
+ "dist"
42
+ ],
43
"url": "https://github.com/vuolter/hono-compress",
44
"scripts": {
45
"build": "pkgroll --clean-dist --minify",
0 commit comments