Comparing version 0.2.7 to 0.2.8
{ | ||
"name": "emailjs", | ||
"description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"author": "eleith", | ||
@@ -20,3 +20,3 @@ "contributors":["izuzak", "Hiverness", "mscdex"], | ||
}, | ||
"engine": ["node >= 0.3.8"], | ||
"engine": ["node >= 0.6.15"], | ||
"main": "email", | ||
@@ -23,0 +23,0 @@ "scripts": |
3936054