Merge pull request #2882 from Adnan-Bacic/add-homepage-to-package.json

added homepage to package.json
This commit is contained in:
Olivier Bouillet 2022-10-06 21:37:56 +02:00 committed by GitHub
commit 36d7afafe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
- Android: Switch Google's maven repository to default `google()` [#2860](https://github.com/react-native-video/react-native-video/pull/2860) - Android: Switch Google's maven repository to default `google()` [#2860](https://github.com/react-native-video/react-native-video/pull/2860)
- Android: Implement focusable prop so the video view can toggle whether it is focusable for non-touch devices [#2819](https://github.com/react-native-video/react-native-video/issues/2819) - Android: Implement focusable prop so the video view can toggle whether it is focusable for non-touch devices [#2819](https://github.com/react-native-video/react-native-video/issues/2819)
- Fix iOS RCTSwiftLog naming collision [#2868](https://github.com/react-native-video/react-native-video/issues/2868) - Fix iOS RCTSwiftLog naming collision [#2868](https://github.com/react-native-video/react-native-video/issues/2868)
- Added "homepage" to package.json [#2882](https://github.com/react-native-video/react-native-video/pull/2882)
### Version 6.0.0-alpha.3 ### Version 6.0.0-alpha.3

View File

@ -5,6 +5,7 @@
"main": "Video.js", "main": "Video.js",
"license": "MIT", "license": "MIT",
"author": "Community Contributors", "author": "Community Contributors",
"homepage": "https://github.com/react-native-video/react-native-video#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:react-native-video/react-native-video.git" "url": "git@github.com:react-native-video/react-native-video.git"