react-covideo-embed 1.0.2 → 1.0.4

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/build/index.js +267 -218
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -10,7 +10,7 @@ npm install react-covideo-embed
10
10
 
11
11
  ## PeerDependencies
12
12
 
13
- This package has peer dependencies on `react` and `react-dom` version ^18.2.0. Please ensure that you have these installed in your project.
13
+ This package has peer dependencies on `react` and `react-dom` version 16. Please ensure that you have these installed in your project.
14
14
 
15
15
  ## Usage
16
16