Skip to content

Commit

Permalink
feat: upgrade icons to Font Awesome 6 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf authored Sep 13, 2023
1 parent a4bd564 commit 4c99c16
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

</div>



![BioDrop CLI demo GIF](https://github.com/Pradumnasaraf/BioDrop-CLI/assets/51878265/25c74ca0-22bf-473c-8ad2-fe9e768c989c)

### ⭐️ Features
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"lint:fix": "eslint --fix ."
},
"keywords": [
"CLI",
"Node CLI",
"BioDrop-cli",
"BioDrop"
],
Expand All @@ -30,7 +32,7 @@
"enquirer": "^2.3.6",
"json-format": "^1.0.1",
"open": "^9.1.0",
"react-icons": "^4.9.0"
"react-icons": "^4.11.0"
},
"devDependencies": {
"eslint": "^8.43.0",
Expand Down
2 changes: 1 addition & 1 deletion src/shared/assets/icons.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import FaIcons from "react-icons/fa/index.js";
import FaIcons from "react-icons/fa6/index.js";
import SiIcons from "react-icons/si/index.js";
import enquirer from "enquirer";
import chalk from "chalk";
Expand Down

0 comments on commit 4c99c16

Please sign in to comment.