@allxsmith/bestax-bulma 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,12 +42,10 @@ Or add it via CDN in your HTML:
42
42
 
43
43
  ### 3. (Optional) Add an Icon Library
44
44
 
45
- Many components work well with icons. We recommend [Font Awesome](https://fontawesome.com/) or [react-icons](https://react-icons.github.io/react-icons/):
45
+ Many components work well with icons. We recommend [Font Awesome](https://fontawesome.com/):
46
46
 
47
47
  ```bash
48
48
  npm install @fortawesome/fontawesome-free
49
- # or
50
- npm install react-icons
51
49
  ```
52
50
 
53
51
  And then import in your code as needed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allxsmith/bestax-bulma",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A React component library with TypeScript",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",