email-templates
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -203,7 +203,7 @@ 'use strict'; | ||
debug('Rendering stylesheet'); | ||
resolve((0, _util.renderFile)(_this6.files.style, locals)).then(function (style) { | ||
resolve((0, _util.renderFile)(_this6.files.style, locals).then(function (style) { | ||
_this6.style = style; | ||
debug('Finished rendering stylesheet'); | ||
return style; | ||
}); | ||
})); | ||
}); | ||
@@ -210,0 +210,0 @@ } |
{ | ||
"name": "email-templates", | ||
"description": "Node.js module for rendering beautiful emails with ejs, jade, swig, hbs, or handlebars templates and email-friendly inline CSS using juice.", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"author": "Nick Baugh <niftylettuce@gmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -148,3 +148,3 @@ import P from 'bluebird' | ||
debug('Rendering stylesheet') | ||
resolve(renderFile(this.files.style, locals)) | ||
resolve(renderFile(this.files.style, locals) | ||
.then((style) => { | ||
@@ -154,5 +154,5 @@ this.style = style | ||
return style | ||
}) | ||
})) | ||
}) | ||
} | ||
} |
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