From 94e8990be22e3fe71bd714bbb91c34ce60c1d569 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 2 May 2021 20:00:26 -0400 Subject: [PATCH] Update sample.json --- samples/react-personal-tasks/assets/sample.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/samples/react-personal-tasks/assets/sample.json b/samples/react-personal-tasks/assets/sample.json index ad430e168..e81251907 100644 --- a/samples/react-personal-tasks/assets/sample.json +++ b/samples/react-personal-tasks/assets/sample.json @@ -32,7 +32,15 @@ "alt": "Personal Tasks" } ], - "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 +]