Skip to content

Commit

Permalink
Merge pull request #119 from kriths/master
Browse files Browse the repository at this point in the history
Fix path to executable
  • Loading branch information
RSeidelsohn authored Sep 7, 2024
2 parents c78518f + 3f306ee commit 00ad110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"bin": {
"license-checker-rseidelsohn": "./bin/license-checker-rseidelsohn"
"license-checker-rseidelsohn": "./bin/license-checker-rseidelsohn.js"
},
"scripts": {
"changes": "github-changes -o RSeidelsohn -r license-checker-rseidelsohn",
Expand Down

0 comments on commit 00ad110

Please sign in to comment.