Skip to content

Commit

Permalink
fix: include only dist files when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
vuolter committed Nov 17, 2024
1 parent cc89d7a commit 0746da3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hono-compress",
"type": "module",
"version": "0.5.1",
"version": "0.5.2",
"description": "Compression plugin for Hono working with Bun",
"author": {
"name": "Walter Purcaro",
Expand Down Expand Up @@ -37,6 +37,9 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.cts",
"files": [
"dist"
],
"url": "https://github.com/vuolter/hono-compress",
"scripts": {
"build": "pkgroll --clean-dist --minify",
Expand Down

0 comments on commit 0746da3

Please sign in to comment.