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

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Aug 14, 2019
1 parent 8bf74a9 commit 3d4c171
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"pre-commit": [
"lint",
"test"
"pre-push": [
"lint"
],
"author": "Friedel Ziegelmayer <[email protected]>",
"license": "MIT",
Expand All @@ -38,18 +37,17 @@
},
"homepage": "https://github.com/libp2p/js-libp2p-record",
"devDependencies": {
"aegir": "^18.2.2",
"aegir": "^20.0.0",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"libp2p-crypto": "libp2p/js-libp2p-crypto#feat/async-await",
"peer-id": "libp2p/js-peer-id#feat/async-await",
"pre-commit": "^1.2.2"
"libp2p-crypto": "~0.17.0",
"peer-id": "~0.13.2"
},
"dependencies": {
"buffer-split": "^1.0.0",
"err-code": "^1.1.2",
"multihashes": "~0.4.14",
"multihashing-async": "multiformats/js-multihashing-async#feat/async-iterators",
"multihashes": "~0.4.15",
"multihashing-async": "~0.7.0",
"protons": "^1.0.1"
},
"contributors": [
Expand Down

0 comments on commit 3d4c171

Please sign in to comment.