Browse Source

update contributors

Ben Hsieh 7 years ago
parent
commit
10c625c1d5
3 changed files with 14 additions and 13 deletions
  1. 4
    9
      CONTRIBUTORS.md
  2. 6
    3
      package.json
  3. 4
    1
      src/package.json

+ 4
- 9
CONTRIBUTORS.md View File

@@ -1,18 +1,13 @@
1
-
1
+Andreas Amsenius <andreas@amsenius.se>
2
+Corentin Smith <corentin.smith@gmail.com>
2 3
 Dmitry Petukhov <dmitryvpetukhov@gmail.com>
3
-
4 4
 Erik Smartt <code@eriksmartt.com>
5
-
6 5
 Evgeniy Baraniuk <ev.baraniuk@gmail.com>
7
-
8 6
 Juan B. Rodriguez <jbrodriguez@gmail.com>
9
-
10 7
 Kaishley <kklingachetti@msn.com>
11
-
12 8
 Nguyen Cao Nhat Linh <nhatlinh95@gmail.com>
13
-
9
+Tim Suchanek <tim.suchanek@gmail.com>
14 10
 follower <github@rancidbacon.com>
15
-
16 11
 francisco-sanchez-molina <psm1984@gmail.com>
17
-
12
+kejinliang <kejinliang@users.noreply.github.com>
18 13
 smartt <github@eriksmartt.com>

+ 6
- 3
package.json View File

@@ -1,11 +1,11 @@
1 1
 {
2 2
   "name": "react-native-fetch-blob-dev-env",
3
-  "description" : "RNFB development environment, not dist package",
3
+  "description": "RNFB development environment, not dist package",
4 4
   "version": "0.10.0-dev",
5 5
   "private": true,
6 6
   "scripts": {
7 7
     "start": "node node_modules/react-native/local-cli/cli.js start",
8
-    "update-info" : "sh scripts/contributors.sh",
8
+    "update-info": "sh scripts/contributors.sh",
9 9
     "test": "sh test.sh"
10 10
   },
11 11
   "devDependencies": {
@@ -16,6 +16,8 @@
16 16
     "multer": "^1.1.0"
17 17
   },
18 18
   "contributors": [
19
+    "Andreas Amsenius <andreas@amsenius.se>",
20
+    "Corentin Smith <corentin.smith@gmail.com>",
19 21
     "Dmitry Petukhov <dmitryvpetukhov@gmail.com>",
20 22
     "Erik Smartt <code@eriksmartt.com>",
21 23
     "Evgeniy Baraniuk <ev.baraniuk@gmail.com>",
@@ -25,7 +27,8 @@
25 27
     "Tim Suchanek <tim.suchanek@gmail.com>",
26 28
     "follower <github@rancidbacon.com>",
27 29
     "francisco-sanchez-molina <psm1984@gmail.com>",
30
+    "kejinliang <kejinliang@users.noreply.github.com>",
28 31
     "smartt <github@eriksmartt.com>",
29 32
     ""
30 33
   ]
31
-}
34
+}

+ 4
- 1
src/package.json View File

@@ -32,6 +32,8 @@
32 32
   "author": "wkh237 <xeiyan@gmail.com>",
33 33
   "license": "MIT",
34 34
   "contributors": [
35
+    "Andreas Amsenius <andreas@amsenius.se>",
36
+    "Corentin Smith <corentin.smith@gmail.com>",
35 37
     "Dmitry Petukhov <dmitryvpetukhov@gmail.com>",
36 38
     "Erik Smartt <code@eriksmartt.com>",
37 39
     "Evgeniy Baraniuk <ev.baraniuk@gmail.com>",
@@ -41,7 +43,8 @@
41 43
     "Tim Suchanek <tim.suchanek@gmail.com>",
42 44
     "follower <github@rancidbacon.com>",
43 45
     "francisco-sanchez-molina <psm1984@gmail.com>",
46
+    "kejinliang <kejinliang@users.noreply.github.com>",
44 47
     "smartt <github@eriksmartt.com>",
45 48
     ""
46 49
   ]
47
-}
50
+}