Skip to content

Commit

Permalink
fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed May 4, 2020
1 parent 77d668c commit 67d72d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "core_provider_plugin",
"version": "1.0.0",
"main": "target/test/plugin_functional/plugins/core_provider_plugin",
"main": "target/test/plugin_functional/plugins/coreProviderPlugin",
"kibana": {
"version": "kibana",
"templateVersion": "1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"index.ts",
"types.ts",
"public/**/*.ts",
"../../../../typings/**/*",
"../../../../typings/**/*"
],
"exclude": []
}

0 comments on commit 67d72d2

Please sign in to comment.