Skip to content

Commit

Permalink
chore: update libp2p@0.31 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Apr 30, 2021
1 parent 38297dc commit 1414a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"iso-random-stream": "^2.0.0",
"it-all": "^1.0.5",
"it-drain": "^1.0.4",
"libp2p": "0.31.0-rc.0",
"libp2p": "^0.31.2",
"libp2p-kad-dht": "^0.21.0",
"libp2p-mplex": "^0.10.2",
"libp2p-noise": "^2.0.5",
Expand Down
1 change: 1 addition & 0 deletions test/decision-engine/decision-engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ describe('Engine', () => {

const onlyCases = []
for (const testCase of testCases) {
// eslint-disable-next-line
if (testCase.only) {
onlyCases.push(testCase)
}
Expand Down

0 comments on commit 1414a67

Please sign in to comment.