aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/composer.json
diff options
context:
space:
mode:
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"
}
}