mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
## Summary Removes `@elastic/kibana-app-services` from `CODEOWNERS` file. --------- Co-authored-by: Clint Andrew Hall <clint@clintandrewhall.com>
19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"type": "plugin",
|
|
"id": "@kbn/expressions-explorer-plugin",
|
|
"owner": "@elastic/kibana-visualizations",
|
|
"plugin": {
|
|
"id": "expressionsExplorer",
|
|
"server": false,
|
|
"browser": true,
|
|
"requiredPlugins": [
|
|
"expressions",
|
|
"inspector",
|
|
"uiActions",
|
|
"developerExamples"
|
|
],
|
|
"requiredBundles": [
|
|
"kibanaReact"
|
|
]
|
|
}
|
|
}
|