Skip to content

Commit

Permalink
Merge pull request #5 from mbland/jsdoc-cli-wrapper-executable
Browse files Browse the repository at this point in the history
Add "bin" to install jsdoc-cli-wrapper executable
  • Loading branch information
mbland authored Dec 29, 2023
2 parents f46ac1e + dee895e commit f0a06e1
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 @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "JSDoc command line interface wrapper",
"main": "index.js",
"bin": "./index.js",
"scripts": {
"lint": "eslint --color --max-warnings 0 .",
"test": "vitest",
Expand Down

0 comments on commit f0a06e1

Please sign in to comment.