Browse Source

update package.json metadata

Travis Nuttall 6 years ago
parent
commit
39dd24bc20
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      package.json

+ 4
- 4
package.json View File

1
 {
1
 {
2
-  "name": "react-native-fetch-blob",
2
+  "name": "rn-fetch-blob",
3
   "version": "0.10.8",
3
   "version": "0.10.8",
4
   "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
4
   "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5
   "main": "index.js",
5
   "main": "index.js",
27
     }
27
     }
28
   },
28
   },
29
   "repository": {
29
   "repository": {
30
-    "url": "https://github.com/wkh237/react-native-fetch-blob.git"
30
+    "url": "https://github.com/joltup/react-native-fetch-blob.git"
31
   },
31
   },
32
-  "author": "wkh237 <xeiyan@gmail.com>",
32
+  "author": "Joltup",
33
   "license": "MIT",
33
   "license": "MIT",
34
   "contributors": [
34
   "contributors": [
35
     "Ben <benhsieh@catchplay.com>",
35
     "Ben <benhsieh@catchplay.com>",
36
-    ""
36
+    "wkh237 <xeiyan@gmail.com>"
37
   ]
37
   ]
38
 }
38
 }