Closed PedroMiguelSS closed 4 years ago
This PR refactors .aegir.js pre and post hooks. With https://github.com/ipfs/interface-js-ipfs-core/pull/565 refactor, there is no need to promisify both echo-server start() and stop().
.aegir.js
pre
post
start()
stop()
It also removes promisify-es6 dependency because it is not needed anymore.
promisify-es6
Depends on:
This PR refactors
.aegir.js
pre
andpost
hooks. With https://github.com/ipfs/interface-js-ipfs-core/pull/565 refactor, there is no need to promisify both echo-serverstart()
andstop()
.It also removes
promisify-es6
dependency because it is not needed anymore.Depends on: