From 37524ab480942a9a37aed899d00e23c0ed1aae79 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 2 May 2021 19:10:48 -0400 Subject: [PATCH] Update sample.json --- samples/react-world-time/assets/sample.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/samples/react-world-time/assets/sample.json b/samples/react-world-time/assets/sample.json index 641a33ea9..fc8898f19 100644 --- a/samples/react-world-time/assets/sample.json +++ b/samples/react-world-time/assets/sample.json @@ -32,7 +32,14 @@ "alt": "World Time" } ], - "authors": [], + "authors": [ +{ + "gitHubAccount": "eoverfield", + "pictureUrl": "https://github.com/eoverfield.png", + "name": "Eric Overfield" + + } +], "references": [ { "name": "Build your first SharePoint client-side web part", @@ -41,4 +48,4 @@ } ] } -] \ No newline at end of file +]