Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 6bde516

Browse files
committed
Bump to 0.10.7
1 parent 206588f commit 6bde516

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-native-fetch-blob",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
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": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"dependencies": {
1010
"base-64": "0.1.0",
11-
"glob": "^7.0.6"
11+
"glob": "7.0.6"
1212
},
1313
"keywords": [
1414
"react-native",
@@ -35,4 +35,4 @@
3535
"Ben <benhsieh@catchplay.com>",
3636
""
3737
]
38-
}
38+
}

0 commit comments

Comments
 (0)