Skip to content

Commit

Permalink
chore: remove reflect-metadata from peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Feb 7, 2024
1 parent 4bf8a24 commit 7b20056
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
"reflect-metadata": "^0.1.12"
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 7b20056

Please # to comment.