Merge pull request #1342 from react-native-community/bugfix/missing-files

Add missing files to package.json
This commit is contained in:
Hampton Maxwell 2018-11-21 09:23:25 -08:00 committed by GitHub
commit 1078656320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ {
"name": "react-native-video", "name": "react-native-video",
"version": "4.0.0", "version": "4.0.1",
"description": "A <Video /> element for react-native", "description": "A <Video /> element for react-native",
"main": "Video.js", "main": "Video.js",
"license": "MIT", "license": "MIT",
@ -49,10 +49,12 @@
"files":[ "files":[
"android-exoplayer", "android-exoplayer",
"android", "android",
"dom",
"ios", "ios",
"windows", "windows",
"FilterType.js",
"TextTrackType.js", "TextTrackType.js",
"react-native-video.podspec", "VideoResizeMode.js",
"VideoResizeMode.js" "react-native-video.podspec"
] ]
} }