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:
authorElan Ruusamäe <glen@pld-linux.org>2017-05-04 00:36:50 +0300
committerRob Madole <robmadole@gmail.com>2017-07-17 19:07:57 +0300
commit3a2fab89c4dcf2a049a4605a313fb34ce5a37465 (patch)
tree02c8a00dd4aff6b213e6b1e4f1796110c0cbb94c /composer.json
parent945e8bbd5e2dec63fe08cd06a243b422e9824e3e (diff)
Fix Composer package "type" to "component"
This will allow easy deployment into a public directory with [component-installer](https://github.com/RobLoach/component-installer) or other various methods.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index c9f41120e..e2075969a 100644
--- a/composer.json
+++ b/composer.json
@@ -3,6 +3,7 @@
"description": "The iconic font and CSS framework",
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
"homepage": "http://fontawesome.io/",
+ "type": "component",
"authors": [
{
"name": "Dave Gandy",