indexzero / nconf

Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.
https://github.com/indexzero/nconf
MIT License
3.87k stars 255 forks source link

async should be a dependency #408

Open tmtron opened 2 years ago

tmtron commented 2 years ago

currently async is a devDependency in project.json

But since it is required in the sources (e.g. in common.js), it should be a dependency, right?