diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 351a4b4..7a38bad 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -4,6 +4,14 @@ "opensearchDashboardsVersion": "3.0.0", "server": true, "ui": true, - "requiredPlugins": ["navigation", "opensearchDashboardsReact", "opensearchDashboardsUtils"], - "optionalPlugins": ["observabilityDashboards", "dataSource", "dataSourceManagement"] + "requiredPlugins": [ + "navigation", + "opensearchDashboardsReact", + "opensearchDashboardsUtils" + ], + "optionalPlugins": [ + "observabilityDashboards", + "dataSource", + "dataSourceManagement" + ] } \ No newline at end of file diff --git a/package.json b/package.json index a170532..9feda4d 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