From 32b223f7e4786b206494fd6667664fc8ad017d9b Mon Sep 17 00:00:00 2001 From: "Shahriar (Sara)" <31452340+ShahriarKh@users.noreply.github.com> Date: Sun, 21 Jan 2024 19:51:11 +0330 Subject: [PATCH] fix plugin name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe99294..5597c91 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.2.1", "description": "A Strapi plugin to view your content types and their relationships", "strapi": { - "name": "content-type-explorer", + "name": "strapi-content-type-explorer", "description": "A Strapi plugin to view your content types and their relationships", "kind": "plugin", "displayName": "Content Type Explorer"