From 676af7c726cf1e20c23d7990ed451c7de67443f3 Mon Sep 17 00:00:00 2001 From: levivannoort Date: Sat, 28 Sep 2024 11:50:20 +0200 Subject: [PATCH] chore: prefix on plugin name --- plugins/backstage-catalog-entity/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/backstage-catalog-entity/package.json b/plugins/backstage-catalog-entity/package.json index 66c15044..8e4b9dd1 100644 --- a/plugins/backstage-catalog-entity/package.json +++ b/plugins/backstage-catalog-entity/package.json @@ -1,5 +1,5 @@ { - "name": "plugin-backstage-catalog-entity", + "name": "@amplication/plugin-backstage-catalog-entity", "version": "0.0.1", "description": "This plugin responsible for creating the yaml file which describes the service, which can be used to onboard onto backstage.", "main": "dist/index.js",