diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-14 06:50:36 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-14 06:50:36 +0300 |
commit | e922edc785a34f219ded4d2a3e5538235f7ae182 (patch) | |
tree | 1630ccf4ab01ad7d0a361647146bc1ebb2b3b4c3 /libman.json | |
parent | e02af80b646ea4436abc1f46cc01ec72172a77e6 (diff) |
Move to local font-awesome
Diffstat (limited to 'libman.json')
-rw-r--r-- | libman.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libman.json b/libman.json index bcf6e8f..7ba7b9a 100644 --- a/libman.json +++ b/libman.json @@ -9,6 +9,10 @@ { "library": "bootstrap@5.1.3", "destination": "wwwroot\\lib\\bootstrap" + }, + { + "library": "font-awesome@6.3.0", + "destination": "wwwroot\\lib\\font-awesome" } ] }
\ No newline at end of file |