From 04adf8bc773899348456e425e5e5134033823a4c Mon Sep 17 00:00:00 2001 From: Landon Gavin Date: Wed, 10 Apr 2024 09:18:55 -0400 Subject: [PATCH] Update path to executable We changed the executable in the version 1 release, but we missed updating the package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32a09ad..a8dbfa1 100644 --- a/package.json +++ b/package.json @@ -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": [