|
@@ -4,6 +4,7 @@
|
4
|
4
|
"private": true,
|
5
|
5
|
"scripts": {
|
6
|
6
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
7
|
+ "update-info" : "sh scripts/contributors.sh",
|
7
|
8
|
"test": "sh test.sh"
|
8
|
9
|
},
|
9
|
10
|
"devDependencies": {
|
|
@@ -18,9 +19,11 @@
|
18
|
19
|
"Erik Smartt <code@eriksmartt.com>",
|
19
|
20
|
"Evgeniy Baraniuk <ev.baraniuk@gmail.com>",
|
20
|
21
|
"Juan B. Rodriguez <jbrodriguez@gmail.com>",
|
|
22
|
+ "Kaishley <kklingachetti@msn.com>",
|
21
|
23
|
"Nguyen Cao Nhat Linh <nhatlinh95@gmail.com>",
|
22
|
24
|
"Tim Suchanek <tim.suchanek@gmail.com>",
|
23
|
25
|
"follower <github@rancidbacon.com>",
|
|
26
|
+ "francisco-sanchez-molina <psm1984@gmail.com>",
|
24
|
27
|
"smartt <github@eriksmartt.com>",
|
25
|
28
|
""
|
26
|
29
|
]
|