From 63c0d70a85186830d8bd5cbd1b5521890925ebd4 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Tue, 25 Jun 2024 12:55:14 -0600 Subject: [PATCH] add instructor info --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bab99528e..cf947ba94 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,15 @@ "private": true, "epicshop": { "title": "Web Authentication 🔐", + "subtitle": "Take ownership of your application's authentication and authorization", "githubRoot": "https://github.com/epicweb-dev/web-auth/blob/main", "root": true, - "epicWorkshopSlug": "authentication-strategies-and-implementation" + "epicWorkshopSlug": "authentication-strategies-and-implementation", + "instructor": { + "name": "Kent C. Dodds", + "avatar": "/images/instructor.png", + "𝕏": "kentcdodds" + } }, "type": "module", "scripts": {