Skip to content

Commit

Permalink
chore: removed unused package Font Awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Nov 9, 2021
1 parent 5a1d7aa commit d77a56d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@
"divina-player-js": "github:readium/divina-player-js#4e1f859afb14b916923ec136af0284a72e22a990",
"dompurify": "^2.3.3",
"fetch-cookie": "^1.0.0",
"font-awesome": "^4.7.0",
"glob": "^7.2.0",
"i18next": "^20.6.1",
"inversify": "^6.0.1",
Expand Down
2 changes: 0 additions & 2 deletions src/renderer/library/index_library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
// that can be found in the LICENSE file exposed on Github (readium) in the project repository.
// ==LICENSE-END==

import "font-awesome/css/font-awesome.css";

import { ipcRenderer } from "electron";
import * as React from "react";
import * as ReactDOM from "react-dom";
Expand Down
2 changes: 0 additions & 2 deletions src/renderer/reader/index_reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
// that can be found in the LICENSE file exposed on Github (readium) in the project repository.
// ==LICENSE-END==

import "font-awesome/css/font-awesome.css";

import { ipcRenderer } from "electron";
import * as React from "react";
import * as ReactDOM from "react-dom";
Expand Down

0 comments on commit d77a56d

Please sign in to comment.