bump email package for latest libs plus PR

This commit is contained in:
Dave Conway-Jones 2019-05-22 08:40:07 +01:00
parent 75f9db8d8b
commit 3619971c57
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 5 additions and 4 deletions

View File

@ -1,11 +1,11 @@
{
"name": "node-red-node-email",
"version": "1.4.0",
"version": "1.5.0",
"description": "Node-RED nodes to send and receive simple emails",
"dependencies": {
"imap": "^0.8.19",
"mailparser-mit": "^1.0.0",
"nodemailer": "^5.1.1",
"mailparser": "^2.7.1",
"nodemailer": "^6.1.1",
"poplib": "^0.1.7"
},
"repository": {
@ -17,7 +17,8 @@
"node-red",
"email",
"gmail",
"imap"
"imap",
"pop"
],
"node-red": {
"nodes": {