From f958782ea90962e5db5bd6ec17ddb892acc98404 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 16 Apr 2021 12:23:48 +0300 Subject: [PATCH] tweak Signed-off-by: Jari Kolehmainen --- build/package.json.patch | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/package.json.patch b/build/package.json.patch index fe81b22503..02a97ddc77 100644 --- a/build/package.json.patch +++ b/build/package.json.patch @@ -6,7 +6,7 @@ index 749365aa8..a8395ffba 100644 { - "name": "open-lens", - "productName": "OpenLens", -- "description": "OpenLens - The Open Source IDE for Kubernetes", +- "description": "OpenLens - Open Source IDE for Kubernetes", + "name": "lens", + "productName": "Lens", + "description": "Lens - The Kubernetes IDE", diff --git a/package.json b/package.json index d14cd7f127..8d89b4b8e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "open-lens", "productName": "OpenLens", - "description": "OpenLens - The Open Source IDE for Kubernetes", + "description": "OpenLens - Open Source IDE for Kubernetes", "version": "5.0.0-alpha.1", "main": "static/build/main.js", "copyright": "© 2021, Mirantis, Inc.",