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

upgrade node requirements, bump package up

This commit is contained in:
eleith 2018-02-09 15:29:54 -08:00
parent fd2627db79
commit 5e4e6557c1
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
language: node_js
node_js:
- "0.10"
- "6"
- "7"
- "8"
env:
- CXX=g++-4.8
addons:

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.12",
"version": "2.0",
"author": "eleith",
"contributors": [
"izuzak",
@ -30,7 +30,7 @@
"iconv": "2.2.1"
},
"engine": [
"node >= 0.10"
"node >= 6"
],
"main": "email.js",
"scripts": {