summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSheogorath2018-10-05 21:51:54 +0200
committerSheogorath2018-10-05 21:52:08 +0200
commit5212bbf9c4bb14d0ee5f009512df0bb6f7a475d0 (patch)
treecfe94a42e7b6fa307695e158697b621d63614e4c /package.json
parentf186f733736a1e73fece235ef4952de7b703ec6c (diff)
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 <sheogorath@shivering-isles.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",