Skip to content

Commit

Permalink
Update bin path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oxince committed Aug 28, 2024
1 parent c459a57 commit 12a358c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"name": "fivem-pkg",
"version": "1.0.0",
"description": "Install FiveM Artifacts Quickly",
"main": "bin/fivem-pkg.js",
"author": "oxince",
"license": "MIT",
"bin": {
"fivem-pkg": "bin/fivem-pkg.js"
"fivem-pkg": "./bin/fivem-pkg.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 12a358c

Please sign in to comment.