Quellcode durchsuchen

update package.json metadata

Travis Nuttall vor 5 Jahren
Ursprung
Commit
39dd24bc20
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4
    4
      package.json

+ 4
- 4
package.json Datei anzeigen

@@ -1,5 +1,5 @@
1 1
 {
2
-  "name": "react-native-fetch-blob",
2
+  "name": "rn-fetch-blob",
3 3
   "version": "0.10.8",
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",
@@ -27,12 +27,12 @@
27 27
     }
28 28
   },
29 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 33
   "license": "MIT",
34 34
   "contributors": [
35 35
     "Ben <benhsieh@catchplay.com>",
36
-    ""
36
+    "wkh237 <xeiyan@gmail.com>"
37 37
   ]
38 38
 }