@amelharrak/eldo-ui 1.1.1 → 1.1.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 +3 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
# @amelharrak/eldo-ui
|
|
2
|
-
|
|
3
1
|
<div align="center">
|
|
4
2
|
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
****
|
|
4
|
+
# @amelharrak/eldo-ui
|
|
7
5
|
[](https://www.npmjs.com/package/@amelharrak/eldo-ui)
|
|
8
6
|
[](LICENSE)
|
|
9
7
|
[](https://bundlephobia.com/package/@amelharrak/eldo-ui)
|
|
@@ -223,6 +221,7 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
|
|
|
223
221
|
|
|
224
222
|
**Amine El Harrak**
|
|
225
223
|
|
|
224
|
+
|
|
226
225
|
- GitHub: [@aelharrak](https://github.com/aelharrak)
|
|
227
226
|
- Website: [eldo-ui.com](https://eldo-ui.com)
|
|
228
227
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amelharrak/eldo-ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Modern, lightweight React component library with TypeScript support - 70+ components, tree-shakeable",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -103,4 +103,4 @@
|
|
|
103
103
|
"chart.js": "^4.5.1",
|
|
104
104
|
"prismjs": "^1.30.0"
|
|
105
105
|
}
|
|
106
|
-
}
|
|
106
|
+
}
|