Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
fix: broken fivemresource path
Browse files Browse the repository at this point in the history
  • Loading branch information
Z3rio authored Jan 2, 2025
1 parent 9a769c0 commit e0fd0df
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 @@ -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": {
Expand Down

0 comments on commit e0fd0df

Please sign in to comment.