From d1ca256f5a72ec86f9791edc3fda77020b9cd8b1 Mon Sep 17 00:00:00 2001 From: Skye Date: Wed, 22 Feb 2023 00:15:17 +0900 Subject: [PATCH] fix: oops --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4a5d3ae..11e15db 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,8 @@ "next-auth": "^4" }, "devDependencies": { - "@next-auth/adapter-test": "https://github.com/nextauthjs/next-auth.git", - "@next-auth/tsconfig": "https://github.com/nextauthjs/next-auth.git", + "@next-auth/adapter-test": "https://gitpkg.now.sh/nextauthjs/next-auth/packages/adapter-test?main", + "@next-auth/tsconfig": "https://gitpkg.now.sh/nextauthjs/next-auth/packages/tsconfig?main", "jest": "^27.4.3", "mongodb": "^4.4.0", "next-auth": "^4.19.2"