From 6a77b73833e4def3d283f71cc9fe6ecce8fa279d Mon Sep 17 00:00:00 2001 From: Mark Kaylor Date: Tue, 5 Jul 2022 17:42:47 +0200 Subject: [PATCH] Update naming --- .../getstarted/src/plugins/mycustomfields/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/getstarted/src/plugins/mycustomfields/package.json b/examples/getstarted/src/plugins/mycustomfields/package.json index 7a2bf69244..7bc92ab61e 100644 --- a/examples/getstarted/src/plugins/mycustomfields/package.json +++ b/examples/getstarted/src/plugins/mycustomfields/package.json @@ -1,12 +1,12 @@ { - "name": "mycustomfield", + "name": "mycustomfields", "version": "0.0.0", "description": "This is the description of the plugin.", "strapi": { - "name": "mycustomfield", - "description": "Description of Mycustomfield plugin", + "name": "mycustomfields", + "description": "Description of Mycustomfields plugin", "kind": "plugin", - "displayName": "Mycustomfield" + "displayName": "Mycustomfields" }, "dependencies": {}, "author": {