diff --git a/samples/react-personal-calendar/assets/sample.json b/samples/react-personal-calendar/assets/sample.json index 71792b9e3..87ee52ee2 100644 --- a/samples/react-personal-calendar/assets/sample.json +++ b/samples/react-personal-calendar/assets/sample.json @@ -32,7 +32,15 @@ "alt": "Personal Calendar" } ], - "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 +]