Skip to content

Commit 9e84d81

Browse files
committed
fix: fivemresource cmd maps to wrong file
1 parent 2e300e0 commit 9e84d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This is a CLI made for simplifying the process of creating & managing resources.",
55
"type": "module",
66
"bin": {
7-
"fivemresource": "dist/index.js",
7+
"fivemresource": "dist/index.cjs",
88
"frc": "dist/index.cjs",
99
"frs": "dist/index.cjs"
1010
},

0 commit comments

Comments
 (0)