update email info to match actual implementation.

This commit is contained in:
Dave Conway-Jones
2019-06-14 16:37:31 -04:00
parent 16130362fc
commit 88ee43186c
4 changed files with 9 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "node-red-node-email",
"version": "1.6.0",
"version": "1.6.2",
"description": "Node-RED nodes to send and receive simple emails",
"dependencies": {
"imap": "^0.8.19",
"mailparser": "^2.7.1",
"nodemailer": "^6.1.1",
"nodemailer": "^6.2.1",
"poplib": "^0.1.7"
},
"repository": {