Skip to content

Commit

Permalink
Add "bin" option for NPM to pick up on the CLI right
Browse files Browse the repository at this point in the history
  • Loading branch information
ava-cassiopeia committed Jan 10, 2021
1 parent 5a8cb9b commit 76aa2ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf-detiler",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down Expand Up @@ -34,5 +34,8 @@
"pattern",
"mosaic",
"garment"
]
],
"bin": {
"pdf-detiler": "src/index.js"
}
}

0 comments on commit 76aa2ed

Please sign in to comment.