Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
fix: add missing async dependency
Browse files Browse the repository at this point in the history
This dep was missing from package.json
  • Loading branch information
achingbrain authored Aug 21, 2018
1 parent b75bb64 commit c070fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"homepage": "https://github.com/ipld/js-ipld-bitcoin#readme",
"dependencies": {
"async": "^2.6.1",
"bitcoinjs-lib": "^3.3.2",
"cids": "~0.5.2",
"git-validate": "^2.2.2",
Expand Down

1 comment on commit c070fdf

@jhiesey
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we get a release with this fix? It's still not published to npm.

Please sign in to comment.