Skip to content

Commit 89abc60

Browse files
committed
Version bump 2.4.0
1 parent e8516d4 commit 89abc60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fs",
3-
"version": "2.3.3",
3+
"version": "2.4.0",
44
"description": "Native filesystem access for react-native",
55
"main": "FS.common.js",
66
"scripts": {
@@ -32,5 +32,8 @@
3232
"flow-bin": "0.28.0",
3333
"react": "^15.4.2",
3434
"react-native": "^0.40.0"
35+
},
36+
"peerDependencies": {
37+
"react-native": "<0.47.0"
3538
}
3639
}

0 commit comments

Comments
 (0)