From 56f27f6f62504829733bb0c0c1fdf324bde900eb Mon Sep 17 00:00:00 2001 From: mirzaev Date: Thu, 11 Jan 2024 05:58:38 +0700 Subject: [PATCH] composer fix and installer fix --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 8659489..2d365e6 100755 --- a/composer.json +++ b/composer.json @@ -3,14 +3,14 @@ "description": "${REPO_DESCRIPTION}", "readme": "README.md", "keywords": [], - "type": "", + "type": "site", "homepage": "https://git.mirzaev.sexy${REPO_LINK}", "license": "WTFPL", "authors": [ { "name": "${REPO_OWNER}", - "email": "", - "homepage": "", + "email": "${REPO_OWNER}@gmail.com", + "homepage": "${REPO_OWNER}.page", "role": "Programmer" } ], @@ -41,6 +41,6 @@ } }, "scripts": { - "pre-install-cmd": "bash ./install.sh" + "pre-install-cmd": "./install.sh" } }