Skip to content

Commit

Permalink
Fix bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkerjoeri committed Jan 21, 2022
1 parent c1515a0 commit 23759c7
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 @@ -5,7 +5,7 @@
"author": "Joeri Bakker <[email protected]>",
"license": "MIT",
"bin": {
"knitty": "./bin/knitty"
"knitty": "./bin/knitty.mjs"
},
"scripts": {
"postversion": "git push && git push --tags"
Expand Down

0 comments on commit 23759c7

Please sign in to comment.