Upgrade to nodermailer@^4.0.1

This commit is contained in:
Tankred Hase 2017-08-19 17:07:13 +08:00 committed by Martin Hauck
parent 6ec72aef06
commit e259c0f51f
No known key found for this signature in database
GPG Key ID: 16A77ADCADE027B1
1 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@
"koa-router": "^7.2.1", "koa-router": "^7.2.1",
"koa-static": "^4.0.1", "koa-static": "^4.0.1",
"mongodb": "^2.2.31", "mongodb": "^2.2.31",
"nodemailer": "^2.4.2", "nodemailer": "^4.0.1",
"openpgp": "^2.3.0", "openpgp": "^2.3.0",
"winston": "^2.3.1", "winston": "^2.3.1",
"winston-papertrail": "^1.0.5" "winston-papertrail": "^1.0.5"
@ -41,7 +41,6 @@
}, },
"greenkeeper": { "greenkeeper": {
"ignore": [ "ignore": [
"nodemailer",
"sinon" "sinon"
] ]
} }