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", "name": "react-native-video",
"version": "0.4.1", "version": "0.4.2",
"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)",
@ -30,6 +30,6 @@
"jest-cli": "0.2.1" "jest-cli": "0.2.1"
}, },
"peerDependencies": { "peerDependencies": {
"react-native": "^0.4.3" "react-native": ">= 0.4.3"
} }
} }