File tree Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -53,38 +53,32 @@ const images = {
53
53
} ;
54
54
55
55
const emcee = {
56
- name : "Aga " ,
57
- twitter : "aga_code "
56
+ name : "adam " ,
57
+ twitter : "admataz "
58
58
} ;
59
59
60
60
// get this from the latest from https://github.com/lnug/website/blob/master/data/this-month.json and add twitter details if desired
61
61
const speakers = [
62
62
{
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"
66
65
} ,
67
66
{
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"
71
69
}
72
70
] ;
73
71
const thisMonth = {
74
- title : "#87 - August 2019"
72
+ title : "#88 - September 2019"
75
73
} ;
76
74
77
75
const nextMonth = {
78
- date : "25th September 2019" ,
76
+ date : "23rd October 2019" ,
79
77
80
78
speakers : [
81
79
{
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"
88
82
}
89
83
]
90
84
} ;
You can’t perform that action at this time.
0 commit comments