Skip to content

Commit

Permalink
Update path to executable
Browse files Browse the repository at this point in the history
We changed the executable in the version 1 release, but we missed updating the package.json
  • Loading branch information
seriouslag authored Apr 10, 2024
1 parent 372f334 commit 04adf8b
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 @@ -3,7 +3,7 @@
"version": "1.0.1",
"description": "OpenAPI React Query Codegen",
"bin": {
"openapi-rq": "dist/cli.js"
"openapi-rq": "dist/cli.mjs"
},
"type": "module",
"workspaces": [
Expand Down

0 comments on commit 04adf8b

Please sign in to comment.