diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 0228511a..1723bfde 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,5 +1,5 @@ { - "id": "customImportMap", + "id": "customImportMapDashboards", "version": "3.0.0.0", "opensearchDashboardsVersion": "3.0.0", "server": true, diff --git a/package.json b/package.json index 09ac4408..5550e19f 100644 --- a/package.json +++ b/package.json @@ -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",