serverless-cloudwatch-dashboard
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -44,3 +44,7 @@ | ||
getConfig(configItem) { | ||
return this.serverless.service.custom["serverless-cloudwatch-dashboard"][configItem]; | ||
if (this.serverless.service.custom && this.serverless.service.custom["serverless-cloudwatch-dashboard"]) | ||
return this.serverless.service.custom["serverless-cloudwatch-dashboard"][configItem]; | ||
else | ||
return {}; | ||
} | ||
@@ -47,0 +51,0 @@ |
{ | ||
"name": "serverless-cloudwatch-dashboard", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
29246
9
308