Files
boc/landvex/node_modules/nodemailer/.ncurc.js
T

10 lines
136 B
JavaScript
Raw Normal View History

'use strict';
module.exports = {
upgrade: true,
reject: [
// API changes break existing tests
'proxy'
]
};