Browse Source

Add dev script

Ben Hsieh 8 years ago
parent
commit
f1af563b53
3 changed files with 8 additions and 1 deletions
  1. 2
    0
      CONTRIBUTORS.md
  2. 3
    0
      package.json
  3. 3
    1
      src/package.json

+ 2
- 0
CONTRIBUTORS.md View File

@@ -2,7 +2,9 @@ Dmitry Petukhov <dmitryvpetukhov@gmail.com>
2 2
 Erik Smartt <code@eriksmartt.com>
3 3
 Evgeniy Baraniuk <ev.baraniuk@gmail.com>
4 4
 Juan B. Rodriguez <jbrodriguez@gmail.com>
5
+Kaishley <kklingachetti@msn.com>
5 6
 Nguyen Cao Nhat Linh <nhatlinh95@gmail.com>
6 7
 Tim Suchanek <tim.suchanek@gmail.com>
7 8
 follower <github@rancidbacon.com>
9
+francisco-sanchez-molina <psm1984@gmail.com>
8 10
 smartt <github@eriksmartt.com>

+ 3
- 0
package.json View File

@@ -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
   ]

+ 3
- 1
src/package.json View File

@@ -35,10 +35,12 @@
35 35
     "Erik Smartt <code@eriksmartt.com>",
36 36
     "Evgeniy Baraniuk <ev.baraniuk@gmail.com>",
37 37
     "Juan B. Rodriguez <jbrodriguez@gmail.com>",
38
+    "Kaishley <kklingachetti@msn.com>",
38 39
     "Nguyen Cao Nhat Linh <nhatlinh95@gmail.com>",
39 40
     "Tim Suchanek <tim.suchanek@gmail.com>",
40 41
     "follower <github@rancidbacon.com>",
42
+    "francisco-sanchez-molina <psm1984@gmail.com>",
41 43
     "smartt <github@eriksmartt.com>",
42 44
     ""
43 45
   ]
44
-}
46
+}