ipld / js-ipld-block

Implementation of the Block data structure in JavaScript.
MIT License
13 stars 16 forks source link

Move async to dependencies #23

Closed victorb closed 7 years ago

victorb commented 7 years ago

Is used by the src/ of the module, should be installed when running npm install ipfs-block. Hopefully fixes https://github.com/ipfs/js-ipfs-block/pull/22

dignifiedquire commented 7 years ago

@mmalmi could you check if this fixes the issue for you?

mmalmi commented 7 years ago

@dignifiedquire This fixes it.