@jepz20/conman
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "@jepz20/conman", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Configuration manager that supports ttl and plugabble sources", | ||
@@ -17,3 +17,3 @@ "main": "./src/conman", | ||
}, | ||
"gitHead": "f61538a18cdf38406b07df59ae9d36dc342ea916", | ||
"gitHead": "e742f415a7c1a42cddcff5f619b34a3113681af2", | ||
"lint-staged": { | ||
@@ -20,0 +20,0 @@ "src/**/*.*": [ |
@@ -21,3 +21,3 @@ const { mergeDeepRight } = require('ramda'); | ||
useFile: true, | ||
defaultCacheFileName | ||
cacheFileName: defaultCacheFileName | ||
}; | ||
@@ -24,0 +24,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
266561