react-umd 19.0.0 → 19.0.1
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
CHANGED
|
@@ -3,9 +3,7 @@
|
|
|
3
3
|
> umd build of react v19
|
|
4
4
|
|
|
5
5
|
[](https://github.com/magicdawn/react-umd/actions/workflows/ci.yml)
|
|
6
|
-
[](https://codecov.io/gh/magicdawn/react-umd)
|
|
7
6
|
[](https://www.npmjs.com/package/react-umd)
|
|
8
|
-
[](https://www.npmjs.com/package/react-umd)
|
|
9
7
|
[](http://magicdawn.mit-license.org)
|
|
10
8
|
|
|
11
9
|
## Why
|
|
@@ -20,11 +18,6 @@ But this is a complicate world, some places still use UMD.
|
|
|
20
18
|
- https://unpkg.com/react-umd/dist/react-dom.umd.js
|
|
21
19
|
- https://unpkg.com/react-umd/dist/react-dom-client.umd.js
|
|
22
20
|
|
|
23
|
-
## Todo
|
|
24
|
-
|
|
25
|
-
- [ ] version align to react
|
|
26
|
-
- [ ] automaticly publish
|
|
27
|
-
|
|
28
21
|
## License
|
|
29
22
|
|
|
30
23
|
the MIT License http://magicdawn.mit-license.org
|