Skip to content

Commit

Permalink
fix(cli): cli was broken due to bin not included in dist (#33)
Browse files Browse the repository at this point in the history
* Add documentation, clean up some types, small fixes

* re-add binn
  • Loading branch information
jonluca authored Aug 5, 2022
1 parent 315747a commit eaab2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"types": "dist/mjs/index.d.ts",
"files": [
"/bin",
"/dist"
],
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit eaab2be

Please sign in to comment.