Bump version for peerDependencies, supporting upcoming 0.5.0

This commit is contained in:
Brent Vatne 2015-06-05 10:18:17 -07:00
parent 5624d72f11
commit f7f5b22ee8

View File

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