mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Moves version from plugin installer to utils
This commit is contained in:
parent
f74eb9b4cb
commit
ae492ff066
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import _ from 'lodash';
|
||||||
import { fromRoot } from '../../utils';
|
import { fromRoot } from '../../utils';
|
||||||
import KbnServer from '../../server/kbn_server';
|
import KbnServer from '../../server/kbn_server';
|
||||||
import readYamlConfig from '../../cli/serve/read_yaml_config';
|
import readYamlConfig from '../../cli/serve/read_yaml_config';
|
||||||
import { versionSatisfies, cleanVersion } from './version';
|
import { versionSatisfies, cleanVersion } from '../../utils/version';
|
||||||
import { statSync } from 'fs';
|
import { statSync } from 'fs';
|
||||||
|
|
||||||
export function existingInstall(settings, logger) {
|
export function existingInstall(settings, logger) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue