Skip to content

Commit

Permalink
fix(): optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juandav committed Apr 7, 2020
1 parent 2d6a17e commit 8bd3fb8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Expand Up @@ -40,18 +40,12 @@
"peerDependencies": {
"@nestjs/common": "^6.7.0 || ^7.0.0",
"@nestjs/core": "^6.7.0 || ^7.0.0",
"nodemailer": "^6.0.0"
},
"optionalDependencies": {
"handlebars": "^4.0.0",
"nodemailer": "^6.0.0",
"pug": "^2.0.0"
},
"peerDependenciesMeta": {
"handlebars": {
"optional": true
},
"pug": {
"optional": true
}
},
"devDependencies": {
"@nestjs/common": "7.0.7",
"@nestjs/core": "7.0.7",
Expand Down

0 comments on commit 8bd3fb8

Please sign in to comment.