mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 07:21:08 +01:00
* upgrade nodemailer - update documentation(s) - add/update `package-lock.json`(s) - add `engines` field(s) * remove Node.js v4 from build matrix * bump major version of node-red-node-email to v1.0.0
This commit is contained in:
committed by
Dave Conway-Jones
parent
2e8ec73ef0
commit
360d71f84b
@@ -46,7 +46,7 @@
|
||||
"msgpack-lite": "^0.1.26",
|
||||
"ngeohash": "^0.6.0",
|
||||
"node-red-node-test-helper": "^0.1.6",
|
||||
"nodemailer": "^1.11.0",
|
||||
"nodemailer": "^4.6.4",
|
||||
"poplib": "^0.1.7",
|
||||
"proxyquire": "^1.7.11",
|
||||
"pushbullet": "~2.1.0",
|
||||
@@ -57,5 +57,8 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"node-red": "0.*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user