Skip to content

Commit

Permalink
build(npm): Correct bin path as proposed by 'npm pkg fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Mar 13, 2024
1 parent 17c052c commit f9265d8
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 @@ -23,7 +23,7 @@
"url": "https://github.com/SAP/ui5-linter/issues"
},
"bin": {
"ui5lint": "./bin/ui5lint.js"
"ui5lint": "bin/ui5lint.js"
},
"type": "module",
"scripts": {
Expand Down

0 comments on commit f9265d8

Please sign in to comment.