Skip to content

Commit 2eed26e

Browse files
committed
Move to requiredPlugins
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent d9ef52b commit 2eed26e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

opensearch_dashboards.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
"opensearchDashboardsVersion": "3.0.0",
55
"server": true,
66
"ui": true,
7-
"requiredBundles": [
8-
"opensearchDashboardsUtils"
9-
],
7+
"requiredBundles": [],
108
"requiredPlugins": [
11-
"navigation"
9+
"navigation",
10+
"opensearchDashboardsUtils"
1211
],
1312
"optionalPlugins": []
1413
}

0 commit comments

Comments
 (0)