diff options
author | Sheogorath | 2018-10-04 20:01:01 +0200 |
---|---|---|
committer | Sheogorath | 2018-10-10 23:42:41 +0200 |
commit | 1d452a6ed4c0bfac4dadd2c90fa53282222ebe1b (patch) | |
tree | e2f8b34cef0cc836fb782811eb5d4e24b5660edf /package.json | |
parent | bf525e43d4b1806b0a99f7c145a16087de7438fa (diff) |
Remove dead package octicon
Octicon no longer provides its CSS classes and this way is useless in
CodiMD. Replacing all used classes in the UI and remove it from build
system.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 3aa28fad..b0a906db 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,6 @@ "morgan": "^1.7.0", "mysql": "^2.12.0", "node-uuid": "^1.4.7", - "octicons": "~4.4.0", "passport": "^0.4.0", "passport-dropbox-oauth2": "^1.1.0", "passport-facebook": "^2.1.1", |