@hegel/cli
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -37,3 +37,4 @@ "use strict"; | ||
libs: [] | ||
} | ||
}, | ||
filepath: (0, _path.join)(CWD, CONFIG_NAME) | ||
}; | ||
@@ -52,5 +53,3 @@ const DEFAULT_CONFIG_CONTENT = `include: | ||
async function getConfig(workingDirectory = CWD) { | ||
const hegelConfig = (await getMainConfigs(workingDirectory)) || { | ||
config: {} | ||
}; | ||
const hegelConfig = (await getMainConfigs(workingDirectory)) || DEFAULT_CONFIG; | ||
const hegel = Object.assign(DEFAULT_CONFIG.config, hegelConfig.config); | ||
@@ -57,0 +56,0 @@ const projectRoot = (0, _path.dirname)(hegelConfig.filepath); |
{ | ||
"name": "@hegel/cli", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14576
377