diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 62068fad9..1a1ffecc6 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -2,9 +2,16 @@ "id": "indexManagementDashboards", "version": "3.0.0.0", "opensearchDashboardsVersion": "3.0.0", - "configPath": ["opensearch_index_management"], - "requiredPlugins": ["navigation", "opensearchDashboardsReact"], - "optionalPlugins": ["managementOverview"], + "configPath": [ + "opensearch_index_management" + ], + "requiredPlugins": [ + "navigation", + "opensearchDashboardsReact" + ], + "optionalPlugins": [ + "managementOverview" + ], "server": true, "ui": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index cefafc842..7c079c666 100644 --- a/package.json +++ b/package.json @@ -73,4 +73,4 @@ "engines": { "yarn": "^1.21.1" } -} +} \ No newline at end of file