Skip to content

Commit

Permalink
Fix path to executable
Browse files Browse the repository at this point in the history
  • Loading branch information
kriths committed Aug 30, 2024
1 parent c78518f commit 3f306ee
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 3f306ee

Please sign in to comment.