Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis authored Mar 8, 2021
1 parent 092104c commit 08bc999
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-mlkit-ocr",
"version": "0.1.1",
"version": "0.2.0",
"description": "Google on-device MLKit text recognition for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -139,7 +139,12 @@
"targets": [
"commonjs",
"module",
["typescript", { "project": "tsconfig.build.json" }]
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
}
}

0 comments on commit 08bc999

Please sign in to comment.