Merge pull request #14 from mvayngrib/nopeerdeps
Removes react-native peerDependency.
This commit is contained in:
commit
ad6f1bfa55
|
@ -27,8 +27,5 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/oblador/react-native-keychain.git"
|
"url": "git://github.com/oblador/react-native-keychain.git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT"
|
||||||
"peerDependencies": {
|
|
||||||
"react-native": ">=0.4.4 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc || 0.13.0-rc || 0.14.0-rc"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue