Skip to content

Commit

Permalink
fix(nestjs): make sure to support Nest7 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Chau Tran authored and Chau Tran committed Aug 30, 2021
1 parent 23f54fd commit 8235720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@automapper/nestjs",
"version": "6.1.1",
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0"
"@nestjs/common": "^7.0.0 || ^8.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0"
},
"sideEffects": false,
"engines": {
Expand Down

0 comments on commit 8235720

Please sign in to comment.