parent
6b82cc7510
commit
f49f3fb2a6
@ -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/",
|
||||
|
@ -150,7 +150,9 @@ class TransportEmailPlugin {
|
||||
// TODO: handle errors
|
||||
return this._send({
|
||||
from,
|
||||
to, cc, bcc,
|
||||
to,
|
||||
cc,
|
||||
bcc,
|
||||
subject,
|
||||
markdown
|
||||
}).catch(logAndRethrow)
|
||||
|
Loading…
Reference in New Issue
Block a user