fix: this is out-of-tree now

main
Skye 2 years ago
parent 284a04ba2a
commit 93270da747
Signed by: me
GPG Key ID: 0104BC05F41B77B8

2
.gitignore vendored

@ -0,0 +1,2 @@
node_modules
yarn.lock

@ -35,11 +35,11 @@
"next-auth": "^4" "next-auth": "^4"
}, },
"devDependencies": { "devDependencies": {
"@next-auth/adapter-test": "workspace:*", "@next-auth/adapter-test": "https://github.com/nextauthjs/next-auth.git",
"@next-auth/tsconfig": "workspace:*", "@next-auth/tsconfig": "https://github.com/nextauthjs/next-auth.git",
"jest": "^27.4.3", "jest": "^27.4.3",
"mongodb": "^4.4.0", "mongodb": "^4.4.0",
"next-auth": "workspace:*" "next-auth": "^4.19.2"
}, },
"jest": { "jest": {
"preset": "@next-auth/adapter-test/jest" "preset": "@next-auth/adapter-test/jest"

Loading…
Cancel
Save