Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
backport to branch 1.9: add brace dep for binary kibana not starting …
Browse files Browse the repository at this point in the history
…problem (#97)

* add brace dep for binary kibana not starting problem (#96)

* bump ODFE version to 1.9.0.1
  • Loading branch information
bowenlan-amzn authored Jun 30, 2020
1 parent 9b3d7a3 commit 4587a5f
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 68 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendistro_index_management_kibana",
"version": "1.9.0.0",
"version": "1.9.0.1",
"description": "Kibana plugin for Index Management",
"main": "index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,6 +40,7 @@
},
"dependencies": {
"@babel/runtime": "^7.8.4",
"brace": "^0.11.1",
"query-string": "^6.8.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4587a5f

Please sign in to comment.