Original commit: elastic/kibana-plugin-helpers@8d5af744bb
This commit is contained in:
Kim Joar Bekkelund 2017-12-12 13:37:59 +01:00
parent b8c9ef2ff9
commit f0390c0ef0
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ $ plugin-helpers help
Plugin Helpers | Kibana
-------------- | ------
9.x | 7.0+ (`kibanaRoot` setting removed from `plugin-helpers`)
8.x | 7.0+
7.x | 4.6.x to 6.x (node 6+ only)
6.x | 4.6.x to 6.x

View file

@ -1,6 +1,6 @@
{
"name": "@elastic/plugin-helpers",
"version": "8.1.0",
"version": "9.0.0",
"description": "Just some helpers for kibana plugin devs.",
"main": "lib/index.js",
"bin": {