@allxsmith/bestax-bulma 1.0.3 → 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 +3 -5
  2. package/package.json +5 -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.
@@ -125,10 +123,10 @@ Explore live, interactive component examples in our Storybook:
125
123
 
126
124
  bestax-bulma is built on top of the incredible [@jgthms/bulma](https://github.com/jgthms/bulma) CSS framework.
127
125
 
128
- **Special thanks to [Jeremy Thomas](https://github.com/jgthms) for creating such an awesome CSS framework and for continually inspiring the open-source community!**
129
-
130
126
  If you find Bulma useful, please consider [sponsoring Jeremy Thomas](https://github.com/sponsors/jgthms) to support the continued development of Bulma.
131
127
 
128
+ _Note: We are not affiliated with Bulma or Jeremy Thomas in any way...We’re just big fans of the Bulma framework!_
129
+
132
130
  ---
133
131
 
134
132
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allxsmith/bestax-bulma",
3
- "version": "1.0.3",
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",
@@ -82,6 +82,10 @@
82
82
  "url": "git+https://github.com/allxsmith/bestax.git",
83
83
  "directory": "bulma-ui"
84
84
  },
85
+ "homepage": "https://bestax.cc",
86
+ "bugs": {
87
+ "url": "https://github.com/allxsmith/bestax/issues"
88
+ },
85
89
  "publishConfig": {
86
90
  "access": "public"
87
91
  },