fix: set the correct git url (#1439)

This commit is contained in:
Laurin Quast
2019-01-22 11:48:53 +01:00
committed by GitHub
parent 59783f012f
commit 4dc4db3a83

View File

@@ -25,7 +25,7 @@
],
"repository": {
"type": "git",
"url": "git@github.com:brentvatne/react-native-video.git"
"url": "git@github.com:react-native-community/react-native-video.git"
},
"devDependencies": {
"babel-eslint": "5.0.0-beta8",