From 3a2fab89c4dcf2a049a4605a313fb34ce5a37465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 4 May 2017 00:36:50 +0300 Subject: [PATCH] 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. --- composer.json | 1 + 1 file changed, 1 insertion(+) 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",