mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-14 08:07:01 +00:00
simplify install and maintaining dependencies (#3795)
I was always unhappy when maintaining dependency updates to have 3 `package.json` files. This PR moves all deps into the main `package.json` and removes the folders `fonts` and `vendor`. If accepted I will update the docs too. --------- Co-authored-by: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com>
This commit is contained in:
2
css/font-awesome.css
vendored
Normal file
2
css/font-awesome.css
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
@import url("../node_modules/@fortawesome/fontawesome-free/css/all.min.css");
|
||||
@import url("../node_modules/@fortawesome/fontawesome-free/css/v4-shims.min.css");
|
Reference in New Issue
Block a user