springernature / shunter

A Node.js application built to read JSON and translate it into HTML
GNU Lesser General Public License v3.0
237 stars 28 forks source link

Remove async dependency #322

Open josebolos opened 4 years ago

josebolos commented 4 years ago

The async npm module is used in just one place in the shunter codebase. Considering the support status, it would be great to replace it with async/await and remove the dependency altogether.

jpw commented 4 years ago

we can also rm mkdirp