1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-05 20:10:37 +00:00

version bump, update package.json main section

This commit is contained in:
eleith 2016-02-13 18:25:14 -08:00
parent a093f62106
commit 44553ac588

View File

@ -1,7 +1,7 @@
{
"name": "emailjs",
"description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server",
"version": "1.0.3",
"version": "1.0.4",
"author": "eleith",
"contributors": [
"izuzak",
@ -32,7 +32,7 @@
"engine": [
"node >= 0.10"
],
"main": "email",
"main": "email.js",
"scripts": {
"test": "mocha -R spec -t 5000"
},