Revert "Remove Component (#310)"

This reverts commit b2c90071c2.
This commit is contained in:
shine 2021-07-27 21:25:00 +05:30 committed by GitHub
parent b2c90071c2
commit 5412b851e4
2 changed files with 31 additions and 0 deletions

View file

@ -46,6 +46,17 @@ And constructed with the following guidelines:
For more information on SemVer, please visit http://semver.org.
## Component
To include as a [component](https://github.com/componentjs/component), just run
$ component install ForkAwesome/Fork-Awesome
Or add
"ForkAwesome/Fork-Awesome": "*"
to the `dependencies` in your `component.json`.
## Building Fork Awesome
**Before you can build the project**, you must first have the following installed:

20
component.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "fork-awesome",
"repo": "ForkAwesome/Fork-Awesome",
"description": "Fork Awesome",
"version": "1.2.0",
"keywords": [],
"dependencies": {},
"development": {},
"license": "SIL, MIT, CC BY 3.0",
"styles": [
"css/fork-awesome.css"
],
"fonts": [
"fonts/forkawesome-webfont.eot",
"fonts/forkawesome-webfont.svg",
"fonts/forkawesome-webfont.ttf",
"fonts/forkawesome-webfont.woff",
"fonts/forkawesome-webfont.woff2"
]
}