Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Jul 15, 2024
1 parent 1b385d2 commit 4e7a94b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
6 changes: 2 additions & 4 deletions plugins/wazuh-check-updates/opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@
"opensearchDashboardsReact",
"wazuhCore"
],
"optionalPlugins": [
"securityDashboards"
]
}
"optionalPlugins": ["securityDashboards"]
}
2 changes: 1 addition & 1 deletion plugins/wazuh-check-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"@types/md5": "^2.3.2",
"@types/node-cron": "^3.0.8"
}
}
}
11 changes: 3 additions & 8 deletions plugins/wazuh-core/opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"opensearchDashboardsVersion": "opensearchDashboards",
"server": true,
"ui": true,
"requiredPlugins": [
"navigation",
"opensearchDashboardsUtils"
],
"optionalPlugins": [
"securityDashboards"
]
}
"requiredPlugins": ["navigation", "opensearchDashboardsUtils"],
"optionalPlugins": ["securityDashboards"]
}
2 changes: 1 addition & 1 deletion plugins/wazuh-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"@types/": "testing-library/user-event",
"@types/md5": "^2.3.2"
}
}
}

0 comments on commit 4e7a94b

Please sign in to comment.