From a5903ba9283b9e394c45f634602fe7c61e5c3870 Mon Sep 17 00:00:00 2001 From: Brett Wright Date: Fri, 18 Feb 2022 15:05:02 +0100 Subject: [PATCH] fixed package file --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c992404..1a587d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@internal/backstage-plugin-harbor-backend", - "version": "0.1.1", + "name": "@bestsellerit/backstage-plugin-harbor-backend", + "version": "${CIRCLE_TAG}", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",