-
Notifications
You must be signed in to change notification settings - Fork 109
/
thanks.ts
55 lines (55 loc) · 1.21 KB
/
thanks.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
// Contributors to Improved Initiative are invited to add their names and
// Patreon Ids to this document to get complimentary Epic Initiative.
// See CONTRIBUTING.md for more details.
export default [
{
Name: "Evan Bailey",
Github: "https://github.com/cynicaloptimist/",
PatreonId: "4767544"
},
{
Name: "Will Eddins",
Github: "https://github.com/ascendedguard",
PatreonId: "11511940"
},
{
Name: "Kevin Groke",
Github: "https://github.com/groke",
PatreonId: "9115589"
},
{
Name: "Mark Old",
Github: "https://github.com/dlom",
PatreonId: "11639636"
},
{
Name: "Dan Lichty",
Github: "https://github.com/danlite",
PatreonId: "88868"
},
{
Name: "Corey Kelly",
Github: "https://github.com/coreyjkelly",
PatreonId: "32605"
},
{
Name: "Keith Yates",
Github: "https://github.com/TheKrush",
PatreonId: "12370603"
},
{
Name: "Sarah Sunday",
Github: "https://github.com/ssunday",
PatreonId: "26960184"
},
{
Name: "Daniel Tonon",
Github: "https://github.com/Dan503",
PatreonId: "3892078"
},
{
Name: "Nate Whittington",
Github: "https://github.com/bluecliffadventures",
PatreonId: "4000000"
}
];