@frigade/react 2.0.0-alpha.10 → 2.0.0-alpha.11
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,8 +18,10 @@ In order to run both versions of the Frigade React SDK at the same time, add V2
|
|
|
18
18
|
|
|
19
19
|
```json
|
|
20
20
|
"dependencies": [
|
|
21
|
-
"@frigade/react": "1.
|
|
22
|
-
|
|
21
|
+
"@frigade/react": "^1.XX.XX",
|
|
22
|
+
|
|
23
|
+
// Replace "XX" with latest alpha version
|
|
24
|
+
"@frigade/react/v2": "npm:@frigade/react@2.0.0-alpha.XX",
|
|
23
25
|
]
|
|
24
26
|
```
|
|
25
27
|
|