nodemailer-smtp-transport
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -33,2 +33,4 @@ 'use strict'; | ||
var connection = new SMTPConnection(options); | ||
this.name = 'SMTP'; | ||
this.version = packageData.version + '[client:' + connection.version + ']'; | ||
@@ -35,0 +37,0 @@ } |
{ | ||
"name": "nodemailer-smtp-transport", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "SMTP transport for Nodemailer", | ||
@@ -5,0 +5,0 @@ "main": "lib/smtp-transport.js", |
5990
101