From: Andrew Hunt Date: Thu, 30 Apr 2015 03:18:47 +0000 (-0400) Subject: CRM-16415 add Font Awesome to bower.json X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=410d6884c9f92f76103d1a16ee8537f411ef4a95;p=civicrm-core.git CRM-16415 add Font Awesome to bower.json ---------------------------------------- * CRM-16415: Implement Font Awesome icon font https://issues.civicrm.org/jira/browse/CRM-16415 --- diff --git a/bower.json b/bower.json index 4938ce980b..4ff9dbd0f1 100644 --- a/bower.json +++ b/bower.json @@ -23,7 +23,7 @@ "jquery-validation": "~1.13", "datatables": "~1.10", "ckeditor": "~4.4", - "font-awesome": "~4.3.0" + "font-awesome": "~4.3" }, "resolutions": { "angular": "~1.3.8"