From dc18c48332148dd9a9f9965fb4cce69f464f977c Mon Sep 17 00:00:00 2001 From: ShahriarKh <31452340+ShahriarKh@users.noreply.github.com> Date: Fri, 14 Jul 2023 03:01:41 +0330 Subject: [PATCH] fix package name for npm --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ff89663..a9e381a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "content-type-explorer", + "name": "strapi-content-type-explorer", "version": "0.0.0", "description": "A Strapi plugin to view your content types and their relationships", "strapi": { @@ -45,4 +45,4 @@ "npm": ">=6.0.0" }, "license": "MIT" -} +} \ No newline at end of file