[core_plugins/elasticsearch] fix paths.

This commit is contained in:
Aleh Zasypkin 2018-11-29 14:15:59 +01:00
parent 42c874de16
commit 282a836212
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@
*/
import { compact, get, has, set } from 'lodash';
import { unset } from '../../utils';
import { unset } from '../../../utils';
import healthCheck from './lib/health_check';
import { createDataCluster } from './lib/create_data_cluster';

View file

@ -17,7 +17,7 @@
* under the License.
*/
import { Deprecations } from '../../deprecation';
import { Deprecations } from '../../../deprecation';
import index from './index';
import { compact, noop, set } from 'lodash';

View file

@ -19,7 +19,7 @@
import {
version as kibanaVersion,
} from '../../../../package.json';
} from '../../../../../package.json';
export default {
// Make the version stubbable to improve testability.