diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index e8abd481..fc840112 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,9 +1,20 @@ { - "id": "customImportMapDashboards", - "version": "3.0.0.0", - "opensearchDashboardsVersion": "3.0.0", - "server": true, - "ui": true, - "requiredPlugins": ["regionMap", "opensearchDashboardsReact", "opensearchDashboardsUtils", "navigation", "savedObjects", "data", "embeddable", "visualizations"], - "optionalPlugins": ["home"] - } + "id": "customImportMapDashboards", + "version": "3.0.0.0", + "opensearchDashboardsVersion": "3.0.0", + "server": true, + "ui": true, + "requiredPlugins": [ + "regionMap", + "opensearchDashboardsReact", + "opensearchDashboardsUtils", + "navigation", + "savedObjects", + "data", + "embeddable", + "visualizations" + ], + "optionalPlugins": [ + "home" + ] +} \ No newline at end of file diff --git a/package.json b/package.json index 79f24ac3..0ebe1480 100644 --- a/package.json +++ b/package.json @@ -39,4 +39,4 @@ "cypress-multi-reporters": "^1.5.0", "prettier": "^2.1.1" } -} +} \ No newline at end of file