From 4efa1f30ff380c538ad54dc1b47c7770da64966d Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Sat, 20 Nov 2021 20:09:45 +0100 Subject: [PATCH] chore: Update package.json descriptions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7cccfc1..9310b5b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "strapi-plugin-config-sync", "version": "0.1.6", - "description": "Enables a development workflow in Strapi for easy migration of config data across environments.", + "description": "CLI & GUI for syncing config data across environments.", "strapi": { "displayName": "Config Sync", "name": "config-sync", "icon": "sync", - "description": "sitemap.plugin.description", + "description": "CLI & GUI for syncing config data across environments.", "required": false, "kind": "plugin" },