generic-ui-core 1.6.0 → 1.8.0
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 -5
- package/dist/main.js +357 -524
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -24,14 +24,10 @@ yarn add generic-ui-core
|
|
|
24
24
|
|
|
25
25
|
If you find a bug or have a feature request, please open an issue on the GitHub repository or contact the [Maintainer](#maintainer).
|
|
26
26
|
|
|
27
|
-
## License
|
|
28
|
-
|
|
29
|
-
generic-ui-core is MIT licensed.
|
|
30
|
-
|
|
31
27
|
## Maintainer
|
|
32
28
|
|
|
33
29
|
This project is maintained by:
|
|
34
30
|
|
|
35
|
-
- [Claire Lin](
|
|
31
|
+
- [Claire Lin](https://github.com/cllde8)
|
|
36
32
|
|
|
37
33
|
Feel free to reach out if you have any questions or suggestions!
|