Skip to content

Commit

Permalink
Note the bin in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Donat <[email protected]>
  • Loading branch information
donatj committed Dec 1, 2023
1 parent 655a10d commit 5f16110
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 @@ -2,6 +2,7 @@
"name": "csv-to-markdown-table",
"description": "JavaScript/Node.js Csv to Markdown Table Converter",
"main": "./lib/CsvToMarkdown.js",
"bin": "./bin/csvtomarkdown",
"version": "1.3.1",
"types": "./lib/CsvToMarkdown.d.js",
"scripts": {
Expand Down

0 comments on commit 5f16110

Please sign in to comment.