Skip to content

Commit

Permalink
fix: Export bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 9, 2024
1 parent d030366 commit 72d086b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"provenance": true
},
"type": "module",
"bin": {
"inject-markdown-cli": "./index.js"
},
"scripts": {
"lint:fix": "prettier --write .",
"build:readme": "npm run build:help && inject-markdown README.md",
Expand Down

0 comments on commit 72d086b

Please sign in to comment.