composer fix and installer fix

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2024-01-11 05:58:38 +07:00
parent 6e251ed582
commit 56f27f6f62

View File

@ -3,14 +3,14 @@
"description": "${REPO_DESCRIPTION}", "description": "${REPO_DESCRIPTION}",
"readme": "README.md", "readme": "README.md",
"keywords": [], "keywords": [],
"type": "", "type": "site",
"homepage": "https://git.mirzaev.sexy${REPO_LINK}", "homepage": "https://git.mirzaev.sexy${REPO_LINK}",
"license": "WTFPL", "license": "WTFPL",
"authors": [ "authors": [
{ {
"name": "${REPO_OWNER}", "name": "${REPO_OWNER}",
"email": "", "email": "${REPO_OWNER}@gmail.com",
"homepage": "", "homepage": "${REPO_OWNER}.page",
"role": "Programmer" "role": "Programmer"
} }
], ],
@ -41,6 +41,6 @@
} }
}, },
"scripts": { "scripts": {
"pre-install-cmd": "bash ./install.sh" "pre-install-cmd": "./install.sh"
} }
} }