Skip to content

Commit

Permalink
fix(nestjs-auth): add peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsangste committed Jul 4, 2023
1 parent 5716b08 commit 3670003
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libs/nestjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"rxjs": "^7.5.0"
},
"devDependencies": {
"express": "^4.0.0"
}
}

0 comments on commit 3670003

Please sign in to comment.