Skip to content

Commit

Permalink
chore: revert async dep change (#97)
Browse files Browse the repository at this point in the history
* chore: revert async dep change

* chore: update async to 2.6.3
  • Loading branch information
jacobheun committed Jul 23, 2019
1 parent 0bce8f7 commit 8bcd9a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
},
"homepage": "https://github.com/libp2p/js-peer-id",
"devDependencies": {
"aegir": "^18.2.2",
"aegir": "^20.0.0",
"bundlesize": "~0.17.1",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1"
},
"dependencies": {
"libp2p-crypto": "~0.16.1",
"async": "^3.0.1",
"async": "^2.6.3",
"class-is": "^1.1.0",
"multihashes": "~0.4.15"
},
Expand Down
1 change: 1 addition & 0 deletions src/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ PeerId.create((err, id) => {
throw err
}

// eslint-disable-next-line
console.log(JSON.stringify(id.toJSON(), null, 2))
})

0 comments on commit 8bcd9a8

Please sign in to comment.