From c4f09f008bc2d4a3577bb5b5be237883ce8693d0 Mon Sep 17 00:00:00 2001 From: Ahash Sritharan Date: Sat, 23 Sep 2023 10:59:05 +0200 Subject: [PATCH] fix: updated keywords --- build/package.json | 14 +++++--------- package.json | 14 +++++--------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/build/package.json b/build/package.json index 1cc6af4..7f2a6ff 100644 --- a/build/package.json +++ b/build/package.json @@ -3,19 +3,15 @@ "version": "0.0.0-development", "description": "Xrm-Ex is a TypeScript framework that simplifies the usage of Dynamics 365 Client API. It provides intuitive wrappers for formContext and Xrm Object, helping developers reduce the amount of code, increase maintainability, and decrease errors. Ideal for developers looking to leverage the power of Dynamics 365 Client API within the TypeScript ecosystem.", "keywords": [ - "TypeScript", - "Dynamics 365", + "Microsoft", + "Dynamics", "Client API", "Xrm-Ex", - "formContext", - "Xrm Object", - "Microsoft Dynamics", + "XrmEx", + "Xrm", "CRM", "library", - "framework", - "TypeScript library", - "CRM development", - "Dynamics 365 development" + "framework" ], "repository": { "type": "git", diff --git a/package.json b/package.json index 1190a43..6eb5257 100644 --- a/package.json +++ b/package.json @@ -3,19 +3,15 @@ "version": "0.0.0-development", "description": "Xrm-Ex is a TypeScript framework that simplifies the usage of Dynamics 365 Client API. It provides intuitive wrappers for formContext and Xrm Object, helping developers reduce the amount of code, increase maintainability, and decrease errors. Ideal for developers looking to leverage the power of Dynamics 365 Client API within the TypeScript ecosystem.", "keywords": [ - "TypeScript", - "Dynamics 365", + "Microsoft", + "Dynamics", "Client API", "Xrm-Ex", - "formContext", - "Xrm Object", - "Microsoft Dynamics", + "XrmEx", + "Xrm", "CRM", "library", - "framework", - "TypeScript library", - "CRM development", - "Dynamics 365 development" + "framework" ], "repository": { "type": "git",