From dd31872054821a74acd30bdb880b838afefa6f68 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Sat, 10 Dec 2022 16:12:34 +0530 Subject: [PATCH] instead of implies using require --- src/technologies/n.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/technologies/n.json b/src/technologies/n.json index d936d3acf..c57cbad06 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -590,12 +590,11 @@ "Cookie": "__Host-next-auth.csrf-token=" }, "icon": "Next-Auth.svg", - "implies": [ - "Next.js" - ], + "oss": "true", "pricing": [ "freemium" ], + "requires": "Next.js", "scripts": "localStorage\\.getItem\\('nextauth.message'\\)", "website": "https://next-auth.js.org" },