From 3db0a76023ecab099586a44e5fda628c440ccfe2 Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Thu, 10 Oct 2024 02:48:27 +0100 Subject: [PATCH] meta: package.json adjustments --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0baeec8af..61178ec8d 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "@backstage-community/plugins", + "name": "@redhat-developer/rhdh-plugins", "private": true, "version": "0.0.0", - "repository": "git@github.com:backstage/community-plugins.git", + "repository": "git@github.com:redhat-developer/rhdh-plugins.git", "engines": { - "node": "18 || 20" + "node": "20" }, "scripts": { "create-workspace": "community-cli workspace create",