Skip to content

Commit

Permalink
Update app name to customImportMapDashboards (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Junqiu Lei <[email protected]>
  • Loading branch information
junqiu-lei authored Jan 9, 2023
1 parent ea102a5 commit e16e059
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "customImportMap",
"id": "customImportMapDashboards",
"version": "3.0.0.0",
"opensearchDashboardsVersion": "3.0.0",
"server": true,
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "customImportMap",
"version": "3.0.0.0",
"license": "Apache-2.0",
"config": {
"id": "customImportMapDashboards"
},
"scripts": {
"build": "yarn plugin-helpers build",
"plugin-helpers": "node ../../scripts/plugin_helpers",
Expand Down

0 comments on commit e16e059

Please sign in to comment.