email-templates
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "email-templates" | ||
, "description": "Node.js module for rendering beautiful emails with ejs templates and email-friendly inline CSS using juice." | ||
, "version": "0.1.0" | ||
, "version": "0.1.1" | ||
, "author": "Nick Baugh <niftylettuce@gmail.com>" | ||
@@ -26,2 +26,3 @@ , "contributors": [ | ||
, "underscore": "1.3.3" | ||
, "combined-stream": "~0.0.4" | ||
} | ||
@@ -28,0 +29,0 @@ , "devDependencies": { |
@@ -0,1 +1,2 @@ | ||
[![Gittip](http://badgr.co/gittip/niftylettuce.png)](https://www.gittip.com/niftylettuce/) | ||
@@ -13,2 +14,18 @@ # node-email-templates <sup>[![Version Badge](http://vb.teelaun.ch/niftylettuce/node-email-templates.svg)](https://npmjs.org/package/email-templates)</sup> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>The Rebel's Guide to Email Marketing</th> | ||
<th>Modern HTML Email</th> | ||
<th>Email Marketing By the Numbers</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a href="http://goo.gl/JplO3b"><img src="http://ecx.images-amazon.com/images/I/51pDPeVKqqL._SL110_.jpg" /></a></td> | ||
<td><a href="http://goo.gl/nKk41m"><img src="http://ecx.images-amazon.com/images/I/41uTBv9KbhL._SL110_.jpg" /></a></td> | ||
<td><a href="http://goo.gl/d1b82E"><img src="http://ecx.images-amazon.com/images/I/51RX-csFsRL._SL110_.jpg" /></a></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
@@ -375,2 +392,3 @@ ## Index | ||
* Rewrite this module to have a more modular API (e.g. template caching and email queue support via kue) | ||
* Merge with @superjoe30 swig email templates fork | ||
@@ -384,2 +402,4 @@ * Add ability to specify template language `swig`, `jade`, `ejs`, `handlebars`, ... | ||
* 0.1.1 - Fixed long path issue for Windows | ||
* 0.1.0 - Fixed batch documentation issue | ||
@@ -386,0 +406,0 @@ |
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
34338
453
5
+ Addedcombined-stream@~0.0.4
+ Addedcombined-stream@0.0.7(transitive)
+ Addeddelayed-stream@0.0.5(transitive)