ipfs-inactive / js-ipfs-unixfs-importer

[ARCHIVED] JavaScript implementation of the UnixFs importer used by IPFS
MIT License
5 stars 4 forks source link

chore: update exporter #25

Closed achingbrain closed 5 years ago

achingbrain commented 5 years ago

The importer & exporter use each other in their tests. The async/await conversion broke the public API quite badly so had to publish an importer on a broken build in order fix the build of the exporter. Now that is green & published the importer can get the new exporter which will fix the importer build.

Hooray.