expo-ocr-kit 0.1.2 → 0.1.3
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-ocr-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "On-device OCR module for Expo and React Native using ML Kit (Android) and Vision (iOS)",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
".": {
|
|
18
18
|
"types": "./build/index.d.ts",
|
|
19
19
|
"default": "./build/index.js"
|
|
20
|
-
}
|
|
20
|
+
},
|
|
21
|
+
"./app.plugin.js": "./app.plugin.js"
|
|
21
22
|
},
|
|
22
23
|
"scripts": {
|
|
23
24
|
"build": "expo-module build",
|