Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Dec 7, 2016
1 parent dc5f19f commit 54f29f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,18 @@
},
"dependencies": {
"multibase": "^0.2.0",
"multicodec": "0.1.2",
"multicodec": "^0.1.2",
"multihashes": "^0.3.0"
},
"devDependencies": {
"aegir": "^9.0.1",
"aegir": "^9.1.2",
"chai": "^3.5.0",
"multihashing-async": "^0.2.0",
"multihashing-async": "^0.3.0",
"pre-commit": "^1.1.3"
},
"engines": {
"node": ">=4.0.0"
"node": ">=4.0.0",
"npm": ">=3.0.0"
},
"contributors": [
"David Dias <[email protected]>",
Expand Down

0 comments on commit 54f29f9

Please sign in to comment.