sportfi-kit 1.0.2 → 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.
- package/README.md +5 -1
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -76,7 +76,11 @@ Available templates:
|
|
|
76
76
|
## Documentation
|
|
77
77
|
|
|
78
78
|
For full API reference, component guides, and Socios integration tips, visit our documentation site:
|
|
79
|
-
**[
|
|
79
|
+
**[sportfikit.online](https://sportfikit.online)**
|
|
80
|
+
|
|
81
|
+
## Contributing
|
|
82
|
+
|
|
83
|
+
Contributions are welcome! Please see our [Contributing Guidelines](../../CONTRIBUTING.md) and [Code of Conduct](../../CODE_OF_CONDUCT.md) for more information.
|
|
80
84
|
|
|
81
85
|
## License
|
|
82
86
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sportfi-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/chiliz/sportfi-kit.git"
|
|
7
|
+
},
|
|
8
|
+
"bugs": {
|
|
9
|
+
"url": "https://github.com/chiliz/sportfi-kit/issues"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://sportfikit.online",
|
|
4
12
|
"description": "SportFi Kit - Modern React component library + CLI for building fan engagement mini-apps on Chiliz Chain.",
|
|
5
13
|
"main": "./dist/src/index.js",
|
|
6
14
|
"module": "./dist/src/index.mjs",
|