Skip to content

Commit

Permalink
Merge pull request TheWidlarzGroup#1342 from react-native-community/b…
Browse files Browse the repository at this point in the history
…ugfix/missing-files

Add missing files to package.json
  • Loading branch information
cobarx committed Nov 21, 2018
2 parents f8f4263 + 0c4fc81 commit 1078656
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-video",
"version": "4.0.0",
"version": "4.0.1",
"description": "A <Video /> element for react-native",
"main": "Video.js",
"license": "MIT",
Expand Down Expand Up @@ -49,10 +49,12 @@
"files":[
"android-exoplayer",
"android",
"dom",
"ios",
"windows",
"FilterType.js",
"TextTrackType.js",
"react-native-video.podspec",
"VideoResizeMode.js"
"VideoResizeMode.js",
"react-native-video.podspec"
]
}

0 comments on commit 1078656

Please sign in to comment.