Skip to content

Commit

Permalink
fix: add bin to package.json (#43)
Browse files Browse the repository at this point in the history
## Overview

Fixes #41 (I hope!)
  • Loading branch information
danvk committed Feb 3, 2024
1 parent fb37765 commit 7f60cb7
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 @@ -13,6 +13,7 @@
},
"type": "module",
"main": "./lib/index.js",
"bin": "./lib/index.js",
"files": [
"lib/",
"package.json",
Expand Down

0 comments on commit 7f60cb7

Please sign in to comment.