Skip to content

Commit 0746da3

Browse files
committed
fix: include only dist files when publishing
1 parent cc89d7a commit 0746da3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hono-compress",
33
"type": "module",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"description": "Compression plugin for Hono working with Bun",
66
"author": {
77
"name": "Walter Purcaro",
@@ -37,6 +37,9 @@
3737
"main": "./dist/index.cjs",
3838
"module": "./dist/index.mjs",
3939
"types": "./dist/index.d.cts",
40+
"files": [
41+
"dist"
42+
],
4043
"url": "https://github.com/vuolter/hono-compress",
4144
"scripts": {
4245
"build": "pkgroll --clean-dist --minify",

0 commit comments

Comments
 (0)