Reduce example video size and explicitly list package files
This commit is contained in:
parent
53deeb15f4
commit
e12769f919
Binary file not shown.
14
package.json
14
package.json
@ -1,12 +1,24 @@
|
||||
{
|
||||
"name": "react-native-video",
|
||||
"version": "0.2.8",
|
||||
"version": "0.2.9",
|
||||
"description": "A <Video /> element for react-native",
|
||||
"main": "Video.ios.js",
|
||||
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
||||
"dependencies": {
|
||||
"react-native": "^0.3.10"
|
||||
},
|
||||
"files": [
|
||||
"RCTVideo.xcodeproj",
|
||||
"RCTVideo.h",
|
||||
"RCTVideo.m",
|
||||
"RCTVideoManager.h",
|
||||
"RCTVideoManager.m",
|
||||
"README.md",
|
||||
"Video.android.js",
|
||||
"Video.ios.js",
|
||||
"VideoResizeMode.js",
|
||||
"VideoStylePropTypes.js"
|
||||
],
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Johannes Lumpe",
|
||||
|
Loading…
Reference in New Issue
Block a user