Update all dependencies 🌴 (#3)

https://greenkeeper.io/
This commit is contained in:
Greenkeeper 2016-09-25 16:20:17 +02:00 committed by Julien Fontanet
parent 6b82cc7510
commit f49f3fb2a6
2 changed files with 5 additions and 3 deletions

View File

@ -30,7 +30,7 @@
"dependencies": {
"nodemailer": "^2.4.2",
"nodemailer-markdown": "^1.0.0",
"promise-toolbox": "^0.4.0"
"promise-toolbox": "^0.5.1"
},
"devDependencies": {
"babel-cli": "^6.10.1",
@ -39,7 +39,7 @@
"babel-preset-stage-0": "^6.5.0",
"dependency-check": "^2.5.1",
"ghooks": "^1.2.4",
"standard": "^7.1.2"
"standard": "^8.1.0"
},
"scripts": {
"build": "NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -150,7 +150,9 @@ class TransportEmailPlugin {
// TODO: handle errors
return this._send({
from,
to, cc, bcc,
to,
cc,
bcc,
subject,
markdown
}).catch(logAndRethrow)