Skip to content

Commit 08bc999

Browse files
authored
chore: release 0.2.0
1 parent 092104c commit 08bc999

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-mlkit-ocr",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Google on-device MLKit text recognition for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -139,7 +139,12 @@
139139
"targets": [
140140
"commonjs",
141141
"module",
142-
["typescript", { "project": "tsconfig.build.json" }]
142+
[
143+
"typescript",
144+
{
145+
"project": "tsconfig.build.json"
146+
}
147+
]
143148
]
144149
}
145150
}

0 commit comments

Comments
 (0)