From e3f4003cf4a5221e9e5c6de3cfdc527571446d7a Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 21 Dec 2022 12:35:27 +0200 Subject: [PATCH] fix package.json name Signed-off-by: Jari Kolehmainen --- Makefile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a6870a4816..a6e79dbd12 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ publish-extensions-npm: node_modules build-extensions-npm .PHONY: publish-library-npm publish-library-npm: node_modules build-library-npm ./node_modules/.bin/npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}" - npm init -y --scope @k8slens && npm publish --access=public --tag=$(NPM_RELEASE_TAG) && git restore package.json + npm publish --access=public --tag=$(NPM_RELEASE_TAG) .PHONY: build-docs build-docs: diff --git a/package.json b/package.json index 125e8b3290..746a424246 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "open-lens", + "name": "@k8slens/open-lens", "productName": "OpenLens", "description": "OpenLens - Open Source IDE for Kubernetes", "homepage": "https://github.com/lensapp/lens",