UNPKG
@akiflow/mailauth
Version:
latest (0.0.2)
0.0.2
0.0.1
Email authentication library for Node.js
github.com/postalsys/mailauth
postalsys/mailauth
@akiflow/mailauth
/
.ncurc.js
13 lines
(11 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.
exports
= { upgrade:
true
, reject: [
// only works as ESM
'chai'
,
'fast-xml-parser'
,
// fix later
'eslint'
,
'eslint-config-prettier'
] };