Skip to content

Commit

Permalink
Merge pull request #535 from micalevisk/patch-1
Browse files Browse the repository at this point in the history
chore: mark optional peer dependencies properly
  • Loading branch information
kamilmysliwiec committed Nov 10, 2021
2 parents 317602b + 080f019 commit d3b7e0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Expand Up @@ -47,6 +47,14 @@
"class-validator": "^0.11.1 || ^0.12.0 || ^0.13.0",
"reflect-metadata": "^0.1.12"
},
"peerDependenciesMeta": {
"class-validator": {
"optional": true
},
"class-transformer": {
"optional": true
}
}
"lint-staged": {
"*.ts": [
"prettier --write"
Expand Down

0 comments on commit d3b7e0e

Please sign in to comment.