Revert "Revert "Remove Component""

This commit is contained in:
shine 2021-09-04 16:38:54 +05:30 committed by GitHub
parent 5c126c4fb5
commit d9773b441c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 31 deletions

View File

@ -46,17 +46,6 @@ And constructed with the following guidelines:
For more information on SemVer, please visit http://semver.org. 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 ## Building Fork Awesome
**Before you can build the project**, you must first have the following installed: **Before you can build the project**, you must first have the following installed:

View File

@ -1,20 +0,0 @@
{
"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"
]
}