Skip to content

Commit

Permalink
fix: Adds express to peer dependency
Browse files Browse the repository at this point in the history
Adds express to peer dependency to fix a problem with yarn pnp workspaces and resolving dependencies from @nestjs/common through @nestjs/serve-static.
  • Loading branch information
kamronbatman committed Oct 7, 2022
1 parent dd0402d commit 403dea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
},
"peerDependencies": {
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0"
"@nestjs/core": "^9.0.0",
"express": "^4.8.1"
},
"devDependencies": {
"@commitlint/cli": "17.1.2",
Expand Down

0 comments on commit 403dea9

Please sign in to comment.