Update package.json names and descriptions

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-10-23 17:09:30 +02:00
parent 74cd805698
commit 94a08a7e38
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "harvester-extension", "name": "harvester-ui-extension",
"version": "0.1.0", "version": "0.1.0",
"private": false, "private": false,
"engines": { "engines": {

View File

@ -1,12 +1,12 @@
{ {
"name": "harvester", "name": "harvester",
"description": "Provides the Virtualization Management feature in Rancher Manager", "description": "Rancher UI Extension for Harvester",
"version": "1.4.0", "version": "1.4.0",
"private": false, "private": false,
"rancher": { "rancher": {
"annotations": { "annotations": {
"catalog.cattle.io/rancher-version": ">= v2.10.0", "catalog.cattle.io/rancher-version": ">= v2.10.0",
"catalog.cattle.io/display-name": "Virtualization Manager" "catalog.cattle.io/display-name": "Harvester"
} }
}, },
"scripts": { "scripts": {