From e4c188d6c556ad10482656088c4bbde638a7c82d Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 2 May 2021 19:50:48 -0400 Subject: [PATCH] Update sample.json --- samples/react-people-directory/assets/sample.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/samples/react-people-directory/assets/sample.json b/samples/react-people-directory/assets/sample.json index e37ab4ac3..1740de628 100644 --- a/samples/react-people-directory/assets/sample.json +++ b/samples/react-people-directory/assets/sample.json @@ -32,7 +32,15 @@ "alt": "People Directory" } ], - "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 +]