ipfs-shipyard / npm-on-ipfs

:package: Install npm modules through IPFS!
MIT License
468 stars 40 forks source link

chore: remove unneeded asyncs #109

Closed fsdiogo closed 5 years ago

fsdiogo commented 5 years ago

As I'll tackle https://github.com/ipfs-shipyard/npm-on-ipfs/issues/105 in the near future, I was taking a look at the code to start ipfs, and found some unneeded async and new Promise that could be simplified.

/cc @achingbrain @olizilla

fsdiogo commented 5 years ago

Closing this in favour of https://github.com/ipfs-shipyard/npm-on-ipfs/pull/110, as this code is there already.