@instructure/config-loader
Advanced tools
Comparing version 5.10.0 to 5.11.0
@@ -48,3 +48,3 @@ /* | ||
const filenames = [`${name}.json`, `${name}rc.js`, `${name}.config.js`] | ||
const filenames = [`${name}.json`, `${name}rc.js`, `${name}.config.js`, `.${name}rc`] | ||
@@ -51,0 +51,0 @@ while (filenames.length) { |
{ | ||
"name": "@instructure/config-loader", | ||
"version": "5.10.0", | ||
"version": "5.11.0", | ||
"description": "A library to load config files", | ||
@@ -19,3 +19,4 @@ "main": "./index.js", | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "2c264e9c159cd9049e286a2e47f4187e6b900ecc" | ||
} |
@@ -7,3 +7,3 @@ --- | ||
A library to find and load config resource files or config data from package.json files. | ||
A library to find and load config resource files in JSON (something.json or .somethingrc) or JS (somethingrc.js or something.config.js) or config data from package.json files. | ||
@@ -10,0 +10,0 @@ [![npm][npm]][npm-url] |
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
4935
4