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

Commit

Permalink
Merge pull request #11 from TGIANN/patch-1
Browse files Browse the repository at this point in the history
Fix Yarn issue
  • Loading branch information
Bentix-cs authored May 9, 2024
2 parents 2137ccf + eec2fd0 commit 013fed6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"main": "client.js",
"scripts": {
"preinstall": "ml-regression-exponential",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
Expand All @@ -14,5 +15,8 @@
"@citizenfx/server": "^2.0.6878-1",
"canvas": "^2.11.2",
"image-js": "^0.35.5"
},
"resolutions": {
"ml-regression-exponential": "2.1.0"
}
}

0 comments on commit 013fed6

Please sign in to comment.