Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Oct 21, 2024
1 parent 40cefd8 commit e04a5ad
Show file tree
Hide file tree
Showing 2 changed files with 12,074 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossplatformkorea/expo-stt",
"version": "0.0.3",
"version": "0.0.4",
"description": "Unofficial Speech To Text module for Expo which supports iOS and Android",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -24,13 +24,16 @@
"expo-stt",
"ExpoStt"
],
"repository": "https://github.com/anhtuank7c/expo-stt",
"repository": {
"type": "git",
"url": "git+https://github.com/crossplatformkorea/expo-stt.git"
},
"bugs": {
"url": "https://github.com/anhtuank7c/expo-stt/issues"
"url": "https://github.com/crossplatformkorea/expo-stt/issues"
},
"author": "Tuan Nguyen Anh <anhtuank7c@hotmail.com> (https://github.com/anhtuank7c)",
"author": "Cross-Platform Korea <crossplatformkorea@gmail.com> (https://github.com/crossplatformkorea)",
"license": "MIT",
"homepage": "https://github.com/anhtuank7c/expo-stt#readme",
"homepage": "https://github.com/crossplatformkorea/expo-stt#readme",
"jest": {
"preset": "expo-module-scripts"
},
Expand All @@ -45,4 +48,4 @@
"react": "*",
"react-native": "*"
}
}
}
Loading

0 comments on commit e04a5ad

Please sign in to comment.