Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
chore: update deps (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jul 8, 2021
1 parent 9fcd053 commit a536079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"@types/debug": "^4.1.5",
"aegir": "^33.2.0",
"it-pipe": "^1.1.0",
"libp2p-interfaces": "^0.12.0",
"libp2p-interfaces": "^1.0.0",
"libp2p-interfaces-compliance-tests": "^1.0.0",
"sinon": "^11.1.1",
"streaming-iterables": "^6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/compliance.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict'

const sinon = require('sinon')
const tests = require('libp2p-interfaces/src/transport/tests')
const tests = require('libp2p-interfaces-compliance-tests/src/transport')
const { Multiaddr } = require('multiaddr')
const net = require('net')
const TCP = require('../src')
Expand Down

0 comments on commit a536079

Please sign in to comment.