react-native-qrcode-svg 6.3.19 → 6.3.20

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -160,7 +160,7 @@ Read more details in the dedicated [README](/Example/README.md).
160
160
 
161
161
  ### PeerDependencies
162
162
 
163
- * [react-native-svg](https://github.com/magicismight/react-native-svg)
163
+ * [react-native-svg](https://github.com/software-mansion/react-native-svg)
164
164
 
165
165
  ### Dependencies
166
166
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-qrcode-svg",
3
- "version": "6.3.19",
3
+ "version": "6.3.20",
4
4
  "description": "A QR Code generator for React Native based on react-native-svg and javascript-qrcode.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",