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

Commit f1af563

Browse files
committed
Add dev script
1 parent 4944e39 commit f1af563

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CONTRIBUTORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ Dmitry Petukhov <[email protected]>
22
Erik Smartt <[email protected]>
33
Evgeniy Baraniuk <[email protected]>
44
Juan B. Rodriguez <[email protected]>
5+
56
Nguyen Cao Nhat Linh <[email protected]>
67
Tim Suchanek <[email protected]>
78
9+
francisco-sanchez-molina <[email protected]>
810

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",
7+
"update-info" : "sh scripts/contributors.sh",
78
"test": "sh test.sh"
89
},
910
"devDependencies": {
@@ -18,9 +19,11 @@
1819
"Erik Smartt <[email protected]>",
1920
"Evgeniy Baraniuk <[email protected]>",
2021
"Juan B. Rodriguez <[email protected]>",
22+
"Kaishley <[email protected]>",
2123
"Nguyen Cao Nhat Linh <[email protected]>",
2224
"Tim Suchanek <[email protected]>",
2325
"follower <[email protected]>",
26+
"francisco-sanchez-molina <[email protected]>",
2427
"smartt <[email protected]>",
2528
""
2629
]

src/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@
3535
"Erik Smartt <[email protected]>",
3636
"Evgeniy Baraniuk <[email protected]>",
3737
"Juan B. Rodriguez <[email protected]>",
38+
"Kaishley <[email protected]>",
3839
"Nguyen Cao Nhat Linh <[email protected]>",
3940
"Tim Suchanek <[email protected]>",
4041
"follower <[email protected]>",
42+
"francisco-sanchez-molina <[email protected]>",
4143
"smartt <[email protected]>",
4244
""
4345
]
44-
}
46+
}

0 commit comments

Comments
 (0)