mirror of https://github.com/calzoneman/sync.git
Update nodemailer, yamljs, q
This commit is contained in:
parent
c693e84a46
commit
4eb81a84d9
|
@ -97,7 +97,6 @@ io:
|
|||
# see https://github.com/andris9/Nodemailer
|
||||
mail:
|
||||
enabled: false
|
||||
transport: 'SMTP'
|
||||
config:
|
||||
service: 'Gmail'
|
||||
auth:
|
||||
|
|
|
@ -59,7 +59,6 @@ var defaults = {
|
|||
},
|
||||
mail: {
|
||||
enabled: false,
|
||||
transport: "SMTP",
|
||||
/* the key "config" is omitted because the format depends on the
|
||||
service the owner is configuring for nodemailer */
|
||||
"from-address": "some.user@gmail.com"
|
||||
|
@ -215,7 +214,6 @@ function preprocessConfig(cfg) {
|
|||
|
||||
// Setup nodemailer
|
||||
cfg.mail.nodemailer = nodemailer.createTransport(
|
||||
cfg.mail.transport,
|
||||
cfg.mail.config
|
||||
);
|
||||
|
||||
|
|
|
@ -16,12 +16,12 @@
|
|||
"jade": "~1.1.5",
|
||||
"json-typecheck": "^0.1.0",
|
||||
"morgan": "^1.2.3",
|
||||
"mysql": "~2.0.1",
|
||||
"nodemailer": "~0.6.0",
|
||||
"mysql": "^2.4.2",
|
||||
"nodemailer": "^1.2.0",
|
||||
"oauth": "^0.9.11",
|
||||
"q": "^1.0.0",
|
||||
"q": "^1.0.1",
|
||||
"serve-static": "^1.5.3",
|
||||
"socket.io": "~0.9.16",
|
||||
"yamljs": "~0.1.4"
|
||||
"yamljs": "^0.1.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue