Skip to content

Commit

Permalink
Merge pull request #603 from Nergie/add-nestjs-core-to-peer-dependencies
Browse files Browse the repository at this point in the history
fix: add @nestjs/core to peer dependencies
  • Loading branch information
kamilmysliwiec committed Jul 28, 2021
2 parents 075d9ac + 6cce9d8 commit d061912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -52,6 +52,7 @@
},
"peerDependencies": {
"@nestjs/common": "^6.10.11 || ^7.0.0 || ^8.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0",
"reflect-metadata": "^0.1.12"
},
"lint-staged": {
Expand Down

0 comments on commit d061912

Please sign in to comment.