Skip to content

Commit 8d4a8ba

Browse files
committed
september 2019
1 parent 67b9e36 commit 8d4a8ba

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

presentation/index.js

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,38 +53,32 @@ const images = {
5353
};
5454

5555
const emcee = {
56-
name: "Aga",
57-
twitter: "aga_code"
56+
name: "adam",
57+
twitter: "admataz"
5858
};
5959

6060
// get this from the latest from https://github.com/lnug/website/blob/master/data/this-month.json and add twitter details if desired
6161
const speakers = [
6262
{
63-
name: "Forbes Lindesay",
64-
url: "https://github.com/ForbesLindesay",
65-
title: "Security in Node.js"
63+
name: "Jason Ian Green",
64+
title: "Concurrent editing with JSON Patch and Operational Transformation"
6665
},
6766
{
68-
name: "Thomas Ankcorn",
69-
url: "https://github.com/Ankcorn",
70-
title: "Indie Hacking with Postgraphile"
67+
name: "Nick O'Leary",
68+
title: "Managing multiple npm modules in a single repo"
7169
}
7270
];
7371
const thisMonth = {
74-
title: "#87 - August 2019"
72+
title: "#88 - September 2019"
7573
};
7674

7775
const nextMonth = {
78-
date: "25th September 2019",
76+
date: "23rd October 2019",
7977

8078
speakers: [
8179
{
82-
name: "Jason Ian Green",
83-
title: "Concurrent editing with JSON Patch and Operational Transformation"
84-
},
85-
{
86-
name: "Nick O'Leary",
87-
title: "Managing multiple npm modules in a single repo"
80+
name: "🤔",
81+
title: "node.js stuff"
8882
}
8983
]
9084
};

0 commit comments

Comments
 (0)