Skip to content

Commit

Permalink
added lib to package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
Abse2001 committed Jan 27, 2025
1 parent b90328d commit 3314228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"main": "./dist/cli.js",
"version": "0.0.17",
"files": [
"dist"
"dist",
"lib"
],
"scripts": {
"build": "tsup-node ./cli.ts --format esm --sourcemap",
Expand Down

0 comments on commit 3314228

Please sign in to comment.