Skip to content

Commit

Permalink
fix(): add additional optional packages
Browse files Browse the repository at this point in the history
Adds @nestjs/microservices and @nestjs/websockets as optional packages
  • Loading branch information
andreialecu authored Sep 28, 2020
1 parent 34a8b86 commit 07358a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
"peerDependenciesMeta": {
"@nestjs/platform-express": {
"optional": true
},
"@nestjs/microservices": {
"optional": true
},
"@nestjs/websockets": {
"optional": true
}
}
}

0 comments on commit 07358a6

Please sign in to comment.