core/lib/node/node_modules/nodemailer/.ncurc.js

8 lines
121 B
JavaScript
Raw Permalink Normal View History

2023-07-27 17:37:22 +02:00
module.exports = {
upgrade: true,
reject: [
// API changes break existing tests
'proxy'
]
};