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

@ -44,12 +44,12 @@
"abort-controller": "^3.0.0",
"aggregate-error": "^3.0.1",
"any-signal": "^1.1.0",
"async-iterator-all": "^1.0.0",
"bignumber.js": "^9.0.0",
"class-is": "^1.1.0",
"debug": "^4.1.1",
"err-code": "^1.1.2",
"hashlru": "^2.3.0",
"it-all": "^1.0.1",
"it-handshake": "^1.0.1",
"it-length-prefixed": "^3.0.0",
"it-pipe": "^1.1.0",

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) => {