Remove Component (#310)

Co-authored-by: Doug <doug@dougwebb.site>
This commit is contained in:
Doug Webb 2021-07-27 11:23:37 +02:00 committed by GitHub
parent 137c8b52d1
commit b2c90071c2
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.
## 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:

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