Remove annoying peerDependencies for now

This commit is contained in:
Brent Vatne 2015-06-10 10:28:51 -07:00
parent f7f5b22ee8
commit 7d9fdeb6e8
2 changed files with 3 additions and 4 deletions

View File

@ -3,6 +3,8 @@
A <Video> component for react-native, as seen in
[react-native-login](https://github.com/brentvatne/react-native-login).
Requires react-native >= 0.4.4
### Add it to your project
1. Run `npm install react-native-video --save`

View File

@ -1,6 +1,6 @@
{
"name": "react-native-video",
"version": "0.4.2",
"version": "0.4.3",
"description": "A <Video /> element for react-native",
"main": "Video.ios.js",
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
@ -28,8 +28,5 @@
},
"devDependencies": {
"jest-cli": "0.2.1"
},
"peerDependencies": {
"react-native": ">= 0.4.3"
}
}