@getyoti/react-native-yoti-face-capture 1.0.0 → 1.1.0

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
@@ -12,7 +12,7 @@ The library leverages [Google ML Kit](https://firebase.google.com/docs/ml-kit/de
12
12
  ## Installation
13
13
 
14
14
  ```sh
15
- yarn add react-native-yoti-face-capture
15
+ yarn add @getyoti/react-native-yoti-face-capture
16
16
  ```
17
17
 
18
18
  Navigate to your iOS folder and install pods with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getyoti/react-native-yoti-face-capture",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "An easy to use face detection component for React Native from Yoti.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",