diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 69af4c8c..d423863e 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -2,8 +2,13 @@ "id": "notificationsDashboards", "version": "3.0.0.0", "opensearchDashboardsVersion": "3.0.0", - "requiredPlugins": ["navigation", "data"], - "optionalPlugins": ["share"], + "requiredPlugins": [ + "navigation", + "data" + ], + "optionalPlugins": [ + "share" + ], "server": true, "ui": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index 36f9fc9f..36990356 100644 --- a/package.json +++ b/package.json @@ -34,4 +34,4 @@ "async": "^3.2.3", "minimist": "^1.2.6" } -} +} \ No newline at end of file