Browse Source

Bump to 0.10.7

Ben Hsieh 7 years ago
parent
commit
6bde5167b4
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      package.json

+ 3
- 3
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-fetch-blob",
3
-  "version": "0.10.6",
3
+  "version": "0.10.7",
4 4
   "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5 5
   "main": "index.js",
6 6
   "scripts": {
@@ -8,7 +8,7 @@
8 8
   },
9 9
   "dependencies": {
10 10
     "base-64": "0.1.0",
11
-    "glob": "^7.0.6"
11
+    "glob": "7.0.6"
12 12
   },
13 13
   "keywords": [
14 14
     "react-native",
@@ -35,4 +35,4 @@
35 35
     "Ben <benhsieh@catchplay.com>",
36 36
     ""
37 37
   ]
38
-}
38
+}