bracket-pro-react 1.0.0 → 1.0.2
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 +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -102,4 +102,4 @@ const config = {
|
|
|
102
102
|
Bracket Pro is built to be responsive. When screen size is detected as mobile, the bracket can automatically switch to **Compressed Mode**, showing team codes and minimizing padding to ensure the tournament remains legible on small devices.
|
|
103
103
|
|
|
104
104
|
## 📄 License
|
|
105
|
-
MIT ©
|
|
105
|
+
MIT © MD Rifat
|
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
1
|
{
|
|
3
2
|
"name": "bracket-pro-react",
|
|
4
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
5
4
|
"description": "A high-performance, framework-agnostic tournament bracket component for React and Next.js. Supports Single and Double Elimination with deep design customization.",
|
|
6
5
|
"main": "./dist/index.js",
|
|
7
6
|
"module": "./dist/index.mjs",
|