Skip to content

Commit 179cd22

Browse files
committed
update ncurc
1 parent 7e2394b commit 179cd22

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.ncurc.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ module.exports = {
1919
'openpgp',
2020

2121
// esm only since v18, breaks the CommonJS CLI scripts in bin/
22-
'yargs'
22+
'yargs',
23+
24+
// new major upgrade requires rewrite
25+
'mongo-cursor-pagination',
26+
'accesscontrol',
27+
'ioredis'
2328
]
2429
};

0 commit comments

Comments
 (0)