composer script fix

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2024-01-11 06:17:52 +07:00
parent 56f27f6f62
commit a634e1b7c1

View File

@ -10,7 +10,7 @@
{ {
"name": "${REPO_OWNER}", "name": "${REPO_OWNER}",
"email": "${REPO_OWNER}@gmail.com", "email": "${REPO_OWNER}@gmail.com",
"homepage": "${REPO_OWNER}.page", "homepage": "https://${REPO_OWNER}.page",
"role": "Programmer" "role": "Programmer"
} }
], ],
@ -41,6 +41,6 @@
} }
}, },
"scripts": { "scripts": {
"pre-install-cmd": "./install.sh" "pre-update-cmd": "./install.sh"
} }
} }