Skip to content

Commit a1ba9eb

Browse files
author
Ron Radtke
committed
Version
fixes #164 fixes #157
1 parent 2f8f0c9 commit a1ba9eb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-blob-util",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
55
"main": "index.js",
66
"scripts": {
@@ -35,11 +35,16 @@
3535
"wkh237 <xeiyan@gmail.com>"
3636
],
3737
"devDependencies": {
38-
"react-native": "^0.64.2",
38+
"react": "16.13.1",
39+
"react-native": "^0.68.2",
3940
"@typescript-eslint/parser": "^3.4.0",
4041
"@react-native-community/eslint-config": "^3.0.0",
4142
"eslint-config-defaults": "^9.0.0",
4243
"eslint-plugin-react": "^7.24.0",
4344
"eslint": "^6.8.0"
45+
},
46+
"peerDependencies": {
47+
"react": "*",
48+
"react-native": "*"
4449
}
4550
}

0 commit comments

Comments
 (0)