@metarhia/config
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3
@@ -52,2 +52,5 @@ 'use strict'; | ||
module.exports = Config; | ||
const readConfig = (dirPath, options, names) => | ||
new Config(dirPath, options, names); | ||
module.exports = { Config, readConfig }; |
{ | ||
"name": "@metarhia/config", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-alpha.3", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -35,3 +35,3 @@ "description": "Metarhia Configuration Loader", | ||
"@metarhia/common": "^2.2.0", | ||
"eslint": "^7.11.0", | ||
"eslint": "^7.12.0", | ||
"eslint-config-metarhia": "^7.0.1", | ||
@@ -38,0 +38,0 @@ "eslint-config-prettier": "^6.14.0", |
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
4558
49