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

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
1-
1+
Andreas Amsenius <[email protected]>
2+
Corentin Smith <[email protected]>
23
Dmitry Petukhov <[email protected]>
3-
44
Erik Smartt <[email protected]>
5-
65
Evgeniy Baraniuk <[email protected]>
7-
86
Juan B. Rodriguez <[email protected]>
9-
107
11-
128
Nguyen Cao Nhat Linh <[email protected]>
13-
9+
Tim Suchanek <[email protected]>
1410
15-
1611
francisco-sanchez-molina <[email protected]>
17-
12+
kejinliang <[email protected]>
1813

package.json

+6-3
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 <[email protected]>",
20+
"Corentin Smith <[email protected]>",
1921
"Dmitry Petukhov <[email protected]>",
2022
"Erik Smartt <[email protected]>",
2123
"Evgeniy Baraniuk <[email protected]>",
@@ -25,7 +27,8 @@
2527
"Tim Suchanek <[email protected]>",
2628
"follower <[email protected]>",
2729
"francisco-sanchez-molina <[email protected]>",
30+
"kejinliang <[email protected]>",
2831
"smartt <[email protected]>",
2932
""
3033
]
31-
}
34+
}

src/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"author": "wkh237 <[email protected]>",
3333
"license": "MIT",
3434
"contributors": [
35+
"Andreas Amsenius <[email protected]>",
36+
"Corentin Smith <[email protected]>",
3537
"Dmitry Petukhov <[email protected]>",
3638
"Erik Smartt <[email protected]>",
3739
"Evgeniy Baraniuk <[email protected]>",
@@ -41,7 +43,8 @@
4143
"Tim Suchanek <[email protected]>",
4244
"follower <[email protected]>",
4345
"francisco-sanchez-molina <[email protected]>",
46+
"kejinliang <[email protected]>",
4447
"smartt <[email protected]>",
4548
""
4649
]
47-
}
50+
}

0 commit comments

Comments
 (0)