mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
and update email node libs - bump version
This commit is contained in:
parent
8065988e8d
commit
ae3d6a6874
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name" : "node-red-node-email",
|
||||
"version" : "0.1.4",
|
||||
"version" : "0.1.5",
|
||||
"description" : "Node-RED nodes to send and receive simple emails",
|
||||
"dependencies" : {
|
||||
"nodemailer" : "1.3.4",
|
||||
"imap" : "0.8.16",
|
||||
"poplib": "^0.1.7",
|
||||
"mailparser": "^0.5.3"
|
||||
"nodemailer" : "1.11.*",
|
||||
"poplib" : "0.1.7",
|
||||
"mailparser" : "0.5.3",
|
||||
"imap" : "0.8.17"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user