kibana/x-pack/package.json
Tyler Smalley b77de155c6
Bumps version to 8.6.0 (#141257)
* Bumps version to 8.6.0

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

* Ignore version in snapshot

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

* Skip test with Kibana version in assertion

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2022-09-21 14:28:56 -07:00

26 lines
No EOL
517 B
JSON

{
"name": "x-pack",
"version": "8.6.0",
"author": "Elastic",
"private": true,
"license": "Elastic-License",
"scripts": {
"github-checks-reporter": "../node_modules/.bin/github-checks-reporter",
"kbn": "node ../scripts/kbn",
"start": "node ../scripts/kibana --dev",
"test:jest": "node ../scripts/jest"
},
"kibana": {
"build": {
"oss": false
},
"clean": {
"extraPatterns": [
"plugins/*/target"
]
}
},
"engines": {
"yarn": "^1.21.1"
}
}