Skip to content

Commit

Permalink
Add alpha1 qualifiers for dashboards plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Mar 30, 2022
1 parent e71bfc5 commit 3eae434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dashboards-reports/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "reportsDashboards",
"version": "2.0.0.0",
"version": "2.0.0.0-alpha1",
"opensearchDashboardsVersion": "2.0.0",
"requiredPlugins": ["navigation", "data", "opensearchDashboardsUtils"],
"optionalPlugins": ["share"],
Expand Down
6 changes: 1 addition & 5 deletions dashboards-reports/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"name": "reports-dashboards",
"version": "2.0.0.0",
"version": "2.0.0.0-alpha1",
"description": "OpenSearch Dashboards Reports Plugin",
"license": "Apache-2.0",
"main": "index.ts",
"opensearchDashboards": {
"version": "1.3.0",
"templateVersion": "1.0.0"
},
"scripts": {
"osd": "node ../../scripts/osd",
"opensearch": "node ../../scripts/opensearch",
Expand Down

0 comments on commit 3eae434

Please sign in to comment.