Reduce example video size and explicitly list package files

This commit is contained in:
Brent Vatne 2015-04-13 22:16:07 -07:00
parent 53deeb15f4
commit e12769f919
2 changed files with 13 additions and 1 deletions

Binary file not shown.

View File

@ -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",