fix: this is out-of-tree now
This commit is contained in:
parent
284a04ba2a
commit
93270da747
2 changed files with 5 additions and 3 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
node_modules
|
||||
yarn.lock
|
|
@ -35,11 +35,11 @@
|
|||
"next-auth": "^4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next-auth/adapter-test": "workspace:*",
|
||||
"@next-auth/tsconfig": "workspace:*",
|
||||
"@next-auth/adapter-test": "https://github.com/nextauthjs/next-auth.git",
|
||||
"@next-auth/tsconfig": "https://github.com/nextauthjs/next-auth.git",
|
||||
"jest": "^27.4.3",
|
||||
"mongodb": "^4.4.0",
|
||||
"next-auth": "workspace:*"
|
||||
"next-auth": "^4.19.2"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "@next-auth/adapter-test/jest"
|
||||
|
|
Loading…
Reference in a new issue