aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/composer.json
diff options
context:
space:
mode:
authorTreer <treer.git@the-bordello.com>2016-04-30 21:36:19 +1000
committerTreer <treer.git@the-bordello.com>2016-04-30 21:36:19 +1000
commit45654ffc5cc4532c2189c88d46a0374038b53c9f (patch)
treefc1c9949dcabd360c120d318c9fe3181d47c8f42 /library/font_awesome/composer.json
parent931a4fafe316b23bacf92ac1ff35f9b8467415dd (diff)
downloadvolse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.gz
volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.bz2
volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.zip
update font-awesome library to 4.6.1
Perhaps this should be done as a submodule instead?
Diffstat (limited to 'library/font_awesome/composer.json')
-rw-r--r--library/font_awesome/composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/font_awesome/composer.json b/library/font_awesome/composer.json
index eb86b9710..f1b9f3707 100644
--- a/library/font_awesome/composer.json
+++ b/library/font_awesome/composer.json
@@ -1,6 +1,6 @@
{
"name": "fortawesome/font-awesome",
- "description": "The iconic font designed for Bootstrap",
+ "description": "The iconic font and CSS framework",
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
"homepage": "http://fontawesome.io/",
"authors": [
@@ -13,7 +13,7 @@
],
"extra": {
"branch-alias": {
- "dev-master": "3.2.x-dev"
+ "dev-master": "4.0.x-dev"
}
},
"license": [
@@ -22,6 +22,6 @@
],
"require-dev": {
"jekyll": "1.0.2",
- "lessc": "1.3.3"
+ "lessc": "1.4.2"
}
}