Skip to content

Commit

Permalink
fix(email-plugin): make @types/nodemailer a dependency to resolve #817
Browse files Browse the repository at this point in the history
Co-authored-by: Cedric Berlanger <[email protected]>

Fixes #817
  • Loading branch information
berlangerc authored Apr 12, 2021
1 parent 6df325b commit 1c2b353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/email-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"access": "public"
},
"dependencies": {
"@types/nodemailer": "^6.4.0",
"dateformat": "^3.0.3",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
Expand All @@ -32,10 +33,9 @@
"@types/fs-extra": "^9.0.1",
"@types/handlebars": "^4.1.0",
"@types/mjml": "^4.0.4",
"@types/nodemailer": "^6.4.0",
"@vendure/common": "^1.0.0-beta.7",
"@vendure/core": "^1.0.0-beta.7",
"rimraf": "^3.0.2",
"typescript": "4.1.5"
}
}
}

0 comments on commit 1c2b353

Please sign in to comment.