Skip to content

Commit

Permalink
fix: fix bin scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Feb 23, 2024
1 parent dba2003 commit d5503ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"repository": "https://github.com/commercelayer/commercelayer-cli",
"bugs": "https://github.com/commercelayer/commercelayer-cli/issues",
"bin": {
"commercelayer": "./bin/run",
"cl": "./bin/run",
"clayer": "./bin/run"
"commercelayer": "./bin/run.js",
"cl": "./bin/run.js",
"clayer": "./bin/run.js"
},
"engines": {
"node": ">=20.10.0"
Expand Down

0 comments on commit d5503ba

Please sign in to comment.