react-umd 0.0.2 → 19.0.1-dev.2512221812

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
  [![Build Status](https://img.shields.io/github/actions/workflow/status/magicdawn/react-umd/ci.yml?style=flat-square&branch=main)](https://github.com/magicdawn/react-umd/actions/workflows/ci.yml)
6
- [![Coverage Status](https://img.shields.io/codecov/c/github/magicdawn/react-umd.svg?style=flat-square)](https://codecov.io/gh/magicdawn/react-umd)
7
6
  [![npm version](https://img.shields.io/npm/v/react-umd.svg?style=flat-square)](https://www.npmjs.com/package/react-umd)
8
- [![npm downloads](https://img.shields.io/npm/dm/react-umd.svg?style=flat-square)](https://www.npmjs.com/package/react-umd)
9
7
  [![npm license](https://img.shields.io/npm/l/react-umd.svg?style=flat-square)](http://magicdawn.mit-license.org)
10
8
 
11
9
  ## Why
@@ -18,13 +16,7 @@ But this is a complicate world, some places still use UMD.
18
16
 
19
17
  - https://unpkg.com/react-umd/dist/react.umd.js
20
18
  - https://unpkg.com/react-umd/dist/react-dom.umd.js
21
-
22
- ## Todo
23
-
24
- - [ ] make the build right
25
- - [ ] with meta license
26
- - [ ] version align to react
27
- - [ ] automaticly publish
19
+ - https://unpkg.com/react-umd/dist/react-dom-client.umd.js
28
20
 
29
21
  ## License
30
22