@allxsmith/bestax-bulma 1.0.3 → 1.0.4

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 +2 -2
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -125,10 +125,10 @@ Explore live, interactive component examples in our Storybook:
125
125
 
126
126
  bestax-bulma is built on top of the incredible [@jgthms/bulma](https://github.com/jgthms/bulma) CSS framework.
127
127
 
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
128
  If you find Bulma useful, please consider [sponsoring Jeremy Thomas](https://github.com/sponsors/jgthms) to support the continued development of Bulma.
131
129
 
130
+ _Note: We are not affiliated with Bulma or Jeremy Thomas in any way...We’re just big fans of the Bulma framework!_
131
+
132
132
  ---
133
133
 
134
134
  ## 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.4",
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
  },