diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 0240e24f..5929be0a 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -4,6 +4,8 @@ "opensearchDashboardsVersion": "2.11.0", "server": true, "ui": true, - "requiredPlugins": ["navigation"], + "requiredPlugins": [ + "navigation" + ], "optionalPlugins": [] -} +} \ No newline at end of file diff --git a/package.json b/package.json index 55b9208d..7bf96c0b 100644 --- a/package.json +++ b/package.json @@ -47,4 +47,4 @@ "semver": "^7.5.2", "@cypress/request": "^3.0.0" } -} +} \ No newline at end of file