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

(rebased from commit 1078656)
  • Loading branch information
cobarx authored and Beau Ner committed Oct 10, 2019
1 parent 59c3ac3 commit 758005a
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 758005a

Please sign in to comment.