Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshine <4771718+shinenelson@users.noreply.github.com>2021-08-13 12:50:23 +0300
committerGitHub <noreply@github.com>2021-08-13 12:50:23 +0300
commitab33f806f9852c7d6b01bbbfd3a89eda4f7c461d (patch)
treebd36beecfc65e36d90ed82d776e5d673c1a8d446
parent2c7fd6c528c17006419d4f6c633ff561e5bb0ec4 (diff)
update composer.json (#319)
-rw-r--r--composer.json15
1 files changed, 3 insertions, 12 deletions
diff --git a/composer.json b/composer.json
index a04c73866..2a4153e12 100644
--- a/composer.json
+++ b/composer.json
@@ -2,28 +2,19 @@
"name": "forkawesome/fork-awesome",
"description": "A fork of the iconic font and CSS framework",
"keywords": ["font", "awesome", "fontawesome", "forkawesome", "icon", "bootstrap"],
- "homepage": "http://forkawesome.github.io/Fork-Awesome/",
+ "homepage": "https://forkaweso.me",
"type": "component",
"authors": [
{
"name": "Fork Awesome Community",
- "homepage": "https://forkawesome.github.io"
+ "homepage": "https://forkaweso.me"
}
],
"support": {
"issues": "https://github.com/ForkAwesome/Fork-Awesome/issues"
},
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
"license": [
"OFL-1.1",
"MIT"
- ],
- "require-dev": {
- "jekyll": "1.0.2",
- "lessc": "1.4.2"
- }
+ ]
}