From 921d5b65de59c40494cabb15ffd69113e9ea811d Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 2 May 2021 19:51:12 -0400 Subject: [PATCH] Update sample.json --- samples/react-personal-calendar/assets/sample.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/samples/react-personal-calendar/assets/sample.json b/samples/react-personal-calendar/assets/sample.json index 71792b9e3..87ee52ee2 100644 --- a/samples/react-personal-calendar/assets/sample.json +++ b/samples/react-personal-calendar/assets/sample.json @@ -32,7 +32,15 @@ "alt": "Personal Calendar" } ], - "authors": [], + "authors": [ + { + "gitHubAccount": "eoverfield", + "company": "PixelMill", + "pictureUrl": "https://github.com/eoverfield.png", + "name": "Eric Overfield", + "twitter": "EricOverfield" + } + ], "references": [ { "name": "Build your first SharePoint client-side web part", @@ -41,4 +49,4 @@ } ] } -] \ No newline at end of file +]