diff --git a/package.json b/package.json index 1b7f750..c24514e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fs", - "version": "2.3.3", + "version": "2.4.0", "description": "Native filesystem access for react-native", "main": "FS.common.js", "scripts": { @@ -32,5 +32,8 @@ "flow-bin": "0.28.0", "react": "^15.4.2", "react-native": "^0.40.0" + }, + "peerDependencies": { + "react-native": "<0.47.0" } }