We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a3a0e commit 0edf11dCopy full SHA for 0edf11d
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "react-native-voice",
3
"description": "React Native Native Voice library for iOS and Android",
4
- "version": "0.2.6",
+ "version": "0.3.0",
5
"author": "Sam Wenke <samwenke@gmail.com>",
6
- "homepage": "https://github.com/wenkesj/react-native-voice",
+ "homepage": "https://github.com/react-native-community/react-native-voice",
7
"devDependencies": {
8
"eslint": "^5.3.0",
9
"eslint-plugin-flowtype": "^2.50.0",
@@ -39,7 +39,7 @@
39
"pre-commit": "lint:staged",
40
"repository": {
41
"type": "git",
42
- "url": "git://github.com/wenkesj/react-native-voice.git"
+ "url": "git://github.com/react-native-community/react-native-voice.git"
43
},
44
"scripts": {
45
"lint": "eslint src --max-warnings=0",
0 commit comments