From 7554f7ef9165af7a35ab8f10cca07a70edfbae0b Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 2 May 2021 19:55:44 -0400 Subject: [PATCH] Update sample.json --- samples/react-site-information/assets/sample.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/samples/react-site-information/assets/sample.json b/samples/react-site-information/assets/sample.json index 7b3b12127..c42e7af67 100644 --- a/samples/react-site-information/assets/sample.json +++ b/samples/react-site-information/assets/sample.json @@ -32,7 +32,15 @@ "alt": "Site Information" } ], - "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 +]