support 0.7-rc

This commit is contained in:
chirag04 2015-06-25 18:28:26 -04:00
parent 8239b7861d
commit 5f23180dfd

View File

@ -1,6 +1,6 @@
{
"name": "react-native-tooltip",
"version": "0.1.4",
"version": "0.1.5",
"description": "A react-native wrapper for showing tooltips",
"main": "ToolTipText.ios.js",
"author": {
@ -19,7 +19,7 @@
"ios",
"tooltip"
],
"dependencies": {
"react-native": "^0.5.0"
"peerDependencies": {
"react-native": ">= 0.4 || 0.7.0-rc1"
}
}