From 7180fd70bf36cd42199c22b685aa7d93d86f8760 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 2 May 2021 19:52:48 -0400 Subject: [PATCH] Update sample.json --- samples/react-personal-email/assets/sample.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/samples/react-personal-email/assets/sample.json b/samples/react-personal-email/assets/sample.json index f19ab5fc0..e4f4ea367 100644 --- a/samples/react-personal-email/assets/sample.json +++ b/samples/react-personal-email/assets/sample.json @@ -32,7 +32,15 @@ "alt": "Personal Email" } ], - "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 +]