From 3c3db939170a49fd5db6f608badf5ea993d0409c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 6 Nov 2016 22:54:47 +0200 Subject: [PATCH] package.json: Bump Font Awesome to latest version See the version 4.7.0 pull request with a change log of sorts: https://github.com/FortAwesome/Font-Awesome/pull/10012 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b23256a..f697978 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "bootstrap": "~4.0.0-alpha.5", "cssnano-cli": "^1.0.5", - "font-awesome": "^4.6.3", + "font-awesome": "^4.7.0", "node-sass": "latest" } }