wildduck/.ncurc.js
2021-11-16 13:52:38 +02:00

9 lines
257 B
JavaScript

module.exports = {
upgrade: true,
reject: [
// FIXME: v4.x.x throws if not maxRetriesPerRequest: null, enableReadyCheck: false
// https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md#breaking-changes
'bull'
]
};