chore: fix repository url in package.json

This commit is contained in:
Krzysztof Moch
2025-06-11 12:28:57 +02:00
parent 3576a134e6
commit 79d25bf1bd

View File

@@ -10,7 +10,7 @@
"homepage": "https://docs.thewidlarzgroup.com/react-native-video/", "homepage": "https://docs.thewidlarzgroup.com/react-native-video/",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:TheWidlarzGroup/react-native-video.git" "url": "git+https://github.com/TheWidlarzGroup/react-native-video.git"
}, },
"devDependencies": { "devDependencies": {
"@expo/config-plugins": "^8.0.5", "@expo/config-plugins": "^8.0.5",