Remove annoying peerDependencies for now
This commit is contained in:
parent
f7f5b22ee8
commit
7d9fdeb6e8
@ -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`
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user