Comparing version 0.1.5 to 0.1.6
@@ -32,3 +32,3 @@ 'use strict'; | ||
Posteon.prototype.set = function(key, value) { | ||
if (arguments.length == 1) { | ||
if (arguments.length === 1) { | ||
return this.options[key]; | ||
@@ -35,0 +35,0 @@ } |
@@ -123,3 +123,3 @@ 'use strict'; | ||
status: 'send_success', | ||
data: {message: message} | ||
data: {message: message | ||
}); | ||
@@ -126,0 +126,0 @@ }; |
{ | ||
"name": "posteon", | ||
"description": " ", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "mailer", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package