From 5212bbf9c4bb14d0ee5f009512df0bb6f7a475d0 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 5 Oct 2018 21:51:54 +0200 Subject: Replace font-awesome with fork-awesome This patch replaces font-awesome with its fork called fork-awesome. Besides the fact that the newer versions of font-awesome can't be shipped with distros like debian due to license issues, fork-awesome also provides more FOSS related icons and builds on top of version 4.7.x of font-awesome, which we used until this patch. Signed-off-by: Sheogorath --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 12172639..0d11df6c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "express-session": "^1.14.2", "file-saver": "^1.3.3", "flowchart.js": "^1.6.4", - "font-awesome": "^4.7.0", + "fork-awesome": "^1.1.3", "formidable": "^1.0.17", "gist-embed": "~2.6.0", "graceful-fs": "^4.1.11", -- cgit v1.2.3