UNPKG

smtp-server

Version:

Create custom SMTP servers on the fly

12 lines (11 loc) 251 B
module.exports = { upgrade: true, reject: [ // Block package upgrades that moved to ESM 'chai', // API changes in newer eslint versions 'grunt-eslint', 'eslint-config-prettier', 'mocha' ] };