Skip to content

Commit d1988ea

Browse files
authored
chore: reduce package size to a minimum (#23)
Just reduce the package size to a minimum.
1 parent bde19ee commit d1988ea

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/fifty-schools-greet.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mheob/changeset-changelog': patch
3+
---
4+
5+
reduce the package size to a minium

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
},
2525
"main": "dist/index.js",
2626
"module": "dist/index.mjs",
27+
"files": [
28+
"dist"
29+
],
2730
"scripts": {
2831
"build": "tsup",
2932
"changeset": "changeset",

0 commit comments

Comments
 (0)