From 4ca397370d691526009b7b5864fa3a1461a194ac Mon Sep 17 00:00:00 2001 From: Skyf0l Date: Sat, 27 Apr 2024 12:11:35 +0200 Subject: [PATCH] fix: correct contributor lists (#10742) * fix: add missing angle bracket * fix: add missing angle bracket --- packages/core/package.json | 2 +- packages/frameworks-express/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 97b73d95e3..a6adafb293 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -21,7 +21,7 @@ "Nico Domino ", "Lluis Agusti ", "Thang Huu Vu ", - "Iain Collins " ], "type": "module", "types": "./index.d.ts", diff --git a/packages/frameworks-express/package.json b/packages/frameworks-express/package.json index c17992890e..f4e22e788b 100644 --- a/packages/frameworks-express/package.json +++ b/packages/frameworks-express/package.json @@ -54,7 +54,7 @@ ], "author": "Rexford Essilfie ", "contributors": [ - "Rexford Essilfie ", "Lachie Hill " ], "repository": "https://github.com/nextauthjs/next-auth",