chore: it-all over async-iterator-all

This commit is contained in:
Jacob Heun
2019-12-10 15:15:08 +01:00
parent cba035a75b
commit 71f46bf4a6
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
const errCode = require('err-code')
const { messages, codes } = require('./errors')
const all = require('async-iterator-all')
const all = require('it-all')
const pAny = require('p-any')
module.exports = (node) => {