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",
|
"name": "react-native-video",
|
||||||
"version": "0.2.8",
|
"version": "0.2.9",
|
||||||
"description": "A <Video /> element for react-native",
|
"description": "A <Video /> element for react-native",
|
||||||
"main": "Video.ios.js",
|
"main": "Video.ios.js",
|
||||||
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react-native": "^0.3.10"
|
"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": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Johannes Lumpe",
|
"name": "Johannes Lumpe",
|
||||||
|
Loading…
Reference in New Issue
Block a user