From 8f56f03ad1231e64cda79f7df24251d08f5bc6af Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Fri, 22 Sep 2023 17:29:17 -0700 Subject: [PATCH] Update package.json (#499) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6565e3be..efc0f8b8 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "express-openid-connect", "version": "2.17.0", "description": "Express middleware to protect web applications using OpenID Connect.", + "repository": "auth0/express-openid-connect", "homepage": "https://github.com/auth0/express-openid-connect", "license": "MIT", "author": "Auth0 ",