Skip to content
Snippets Groups Projects
Commit 7b0ae535 authored by Steven Hargrove's avatar Steven Hargrove Committed by Rhys Arkins
Browse files

refactor: module.exports => exports

parent 484ef0cb
Branches
Tags
No related merge requests found
......@@ -9,11 +9,9 @@ const fileParser = require('./file');
const cliParser = require('./cli');
const envParser = require('./env');
module.exports = {
parseConfigs,
mergeChildConfig,
filterConfig,
};
exports.parseConfigs = parseConfigs;
exports.mergeChildConfig = mergeChildConfig;
exports.filterConfig = filterConfig;
async function parseConfigs(env, argv) {
logger.debug('Parsing configs');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment