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

Commit

Permalink
Merge pull request #3 from noffle/deps
Browse files Browse the repository at this point in the history
adds async as a proper dep
  • Loading branch information
vijayee committed Feb 12, 2016
2 parents 95d0ec0 + ff37de7 commit a4c0487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
},
"homepage": "https://github.com/ipfs/js-ipfs-blocks#readme",
"devDependencies": {
"async": "^1.5.2",
"bs58": "^3.0.0",
"chai": "^3.5.0",
"fs-blob-store": "^5.2.1",
Expand All @@ -40,6 +39,7 @@
"standard": "^5.4.1"
},
"dependencies": {
"async": "^1.5.2",
"bl": "^1.0.1",
"multihashing": "^0.2.0"
}
Expand Down

0 comments on commit a4c0487

Please sign in to comment.