UNPKG
@forwardemail/mailauth
Version:
latest (4.6.6)
4.6.6
Email authentication library for Node.js
github.com/postalsys/mailauth
postalsys/mailauth
@forwardemail/mailauth
/
.ncurc.js
16 lines
(13 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module
.
exports
= { upgrade:
true
, reject: [
'marked'
,
'marked-man'
,
// only works as ESM
'chai'
,
// Fails in Node 16
'undici'
,
// fix later
'eslint'
] };