update index.js reference

This commit is contained in:
JuanCarlos 2020-06-25 17:36:56 +02:00
parent 99099a3583
commit 3e67fe02a8
No known key found for this signature in database
GPG Key ID: B1C4FB733616273A
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"package.json",
"LICENSE",
"tsconfig.json",
"index.ts",
"index.js",
"init.js",
"server/**/*",
"!server/wazuh-registry.json",

View File

@ -45,10 +45,10 @@ export default (kibana) => {
init(server) {
const coreSetup = server.newPlatform.setup.core;
const pluginsSetup: PluginsSetup = {
const pluginsSetup = {
discover: server.newPlatform.setup.plugins.discover
};
const legacySetup: LegacySetup = {
const legacySetup = {
server
};

View File

@ -7,7 +7,7 @@
"version": "7.8.0"
},
"description": "Wazuh app",
"main": "index.ts",
"main": "index.js",
"keywords": [
"kibana",
"wazuh",