From e0fd0df6d32053b7dc7be73bbb259259f17f815e Mon Sep 17 00:00:00 2001 From: Zerio Date: Thu, 2 Jan 2025 23:39:58 +0100 Subject: [PATCH] fix: broken `fivemresource` path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f11125..c9c43e2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "This is a FiveM resource CLI made to make it easier for people to create their own resources.", "type": "module", "bin": { - "fivemresource": "dist/index.js", + "fivemresource": "dist/index.cjs", "frc": "dist/index.cjs" }, "scripts": {