@travetto/config
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -19,3 +19,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.21" | ||
"version": "0.0.22" | ||
} |
@@ -50,3 +50,2 @@ import { deepAssign, isPlainObject, isSimple } from '@travetto/base'; | ||
static putCaseInsensitivePath(data: Nested, parts: string[], value: Prim) { | ||
console.log('Setting', parts, value); | ||
parts = parts.slice(0); | ||
@@ -53,0 +52,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
7936
179