@busy-human/configurator
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "@busy-human/configurator", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Manage, install, and sync configurations for your projects", | ||
@@ -5,0 +5,0 @@ "main": "cli.js", |
@@ -11,3 +11,3 @@ // Google Cloud Storage (GCS) Utility for saving and reading your config from GCS | ||
storageBasePath = CONFIG.get("storage.basePath"); | ||
} catch { | ||
} catch(err) { | ||
// We only need CONFIG data on the server so we can probably ignore this | ||
@@ -14,0 +14,0 @@ storageBasePath = null; |
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
117289