Skip to content

Commit

Permalink
chore: reduce package size to a minimum (#23)
Browse files Browse the repository at this point in the history
Just reduce the package size to a minimum.
  • Loading branch information
mheob committed Jan 2, 2023
1 parent bde19ee commit d1988ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-schools-greet.md
@@ -0,0 +1,5 @@
---
'@mheob/changeset-changelog': patch
---

reduce the package size to a minium
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -24,6 +24,9 @@
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"changeset": "changeset",
Expand Down

0 comments on commit d1988ea

Please sign in to comment.