2 Commits
1.1.3 ... 1.1.5

2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
* **

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"
} }
} }