Version 2.5.0 - compat with RN 0.47.0

This commit is contained in:
Hagen Hübel 2017-08-02 22:43:29 +02:00
parent 2cdfe08048
commit bf2b9dd3a1

View File

@ -1,6 +1,6 @@
{
"name": "react-native-fs",
"version": "2.4.0",
"version": "2.5.0",
"description": "Native filesystem access for react-native",
"main": "FS.common.js",
"scripts": {
@ -34,6 +34,6 @@
"react-native": "^0.40.0"
},
"peerDependencies": {
"react-native": "<0.47.0"
"react-native": ">=0.40.0"
}
}