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

Commit 10c625c

Browse files
committed
update contributors
1 parent e669011 commit 10c625c

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

CONTRIBUTORS.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
1-
1+
Andreas Amsenius <andreas@amsenius.se>
2+
Corentin Smith <corentin.smith@gmail.com>
23
Dmitry Petukhov <dmitryvpetukhov@gmail.com>
3-
44
Erik Smartt <code@eriksmartt.com>
5-
65
Evgeniy Baraniuk <ev.baraniuk@gmail.com>
7-
86
Juan B. Rodriguez <jbrodriguez@gmail.com>
9-
107
Kaishley <kklingachetti@msn.com>
11-
128
Nguyen Cao Nhat Linh <nhatlinh95@gmail.com>
13-
9+
Tim Suchanek <tim.suchanek@gmail.com>
1410
follower <github@rancidbacon.com>
15-
1611
francisco-sanchez-molina <psm1984@gmail.com>
17-
12+
kejinliang <kejinliang@users.noreply.github.com>
1813
smartt <github@eriksmartt.com>

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-native-fetch-blob-dev-env",
3-
"description" : "RNFB development environment, not dist package",
3+
"description": "RNFB development environment, not dist package",
44
"version": "0.10.0-dev",
55
"private": true,
66
"scripts": {
77
"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",
99
"test": "sh test.sh"
1010
},
1111
"devDependencies": {
@@ -16,6 +16,8 @@
1616
"multer": "^1.1.0"
1717
},
1818
"contributors": [
19+
"Andreas Amsenius <andreas@amsenius.se>",
20+
"Corentin Smith <corentin.smith@gmail.com>",
1921
"Dmitry Petukhov <dmitryvpetukhov@gmail.com>",
2022
"Erik Smartt <code@eriksmartt.com>",
2123
"Evgeniy Baraniuk <ev.baraniuk@gmail.com>",
@@ -25,7 +27,8 @@
2527
"Tim Suchanek <tim.suchanek@gmail.com>",
2628
"follower <github@rancidbacon.com>",
2729
"francisco-sanchez-molina <psm1984@gmail.com>",
30+
"kejinliang <kejinliang@users.noreply.github.com>",
2831
"smartt <github@eriksmartt.com>",
2932
""
3033
]
31-
}
34+
}

src/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"author": "wkh237 <xeiyan@gmail.com>",
3333
"license": "MIT",
3434
"contributors": [
35+
"Andreas Amsenius <andreas@amsenius.se>",
36+
"Corentin Smith <corentin.smith@gmail.com>",
3537
"Dmitry Petukhov <dmitryvpetukhov@gmail.com>",
3638
"Erik Smartt <code@eriksmartt.com>",
3739
"Evgeniy Baraniuk <ev.baraniuk@gmail.com>",
@@ -41,7 +43,8 @@
4143
"Tim Suchanek <tim.suchanek@gmail.com>",
4244
"follower <github@rancidbacon.com>",
4345
"francisco-sanchez-molina <psm1984@gmail.com>",
46+
"kejinliang <kejinliang@users.noreply.github.com>",
4447
"smartt <github@eriksmartt.com>",
4548
""
4649
]
47-
}
50+
}

0 commit comments

Comments
 (0)