diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index d9a6e5a..39f2515 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -4,6 +4,12 @@ "opensearchDashboardsVersion": "2.13.0", "server": true, "ui": true, - "requiredPlugins": ["navigation", "opensearchDashboardsReact", "opensearchDashboardsUtils"], - "optionalPlugins": ["observabilityDashboards"] -} + "requiredPlugins": [ + "navigation", + "opensearchDashboardsReact", + "opensearchDashboardsUtils" + ], + "optionalPlugins": [ + "observabilityDashboards" + ] +} \ No newline at end of file diff --git a/package.json b/package.json index 3a8b0bd..2f6e66b 100644 --- a/package.json +++ b/package.json @@ -50,4 +50,4 @@ "semver": "^7.5.2", "@cypress/request": "^3.0.0" } -} +} \ No newline at end of file