This commit is contained in:
2024-09-14 14:36:35 +02:00
parent eb683f89ec
commit 627fbd48d7
20 changed files with 6046 additions and 6363 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "helioslauncher",
"version": "2.2.1",
"name": "patatalauncher",
"version": "1.0.0",
"productName": "Helios Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
@@ -17,7 +17,8 @@
"dist:win": "npm run dist -- -w",
"dist:mac": "npm run dist -- -m",
"dist:linux": "npm run dist -- -l",
"lint": "eslint --config .eslintrc.json ."
"lint": "eslint --config .eslintrc.json .",
"postinstall": "patch-package"
},
"engines": {
"node": "20.x.x"
@@ -36,6 +37,7 @@
"helios-distribution-types": "^1.3.0",
"jquery": "^3.7.1",
"lodash.merge": "^4.6.2",
"patch-package": "^8.0.0",
"semver": "^7.6.0",
"toml": "^3.0.0"
},