From d982e1d26e99cfe620ebabdbd7fd6b20f61f4a44 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Mon, 18 Mar 2024 19:05:46 -0500 Subject: [PATCH] fix: replaced keyword spaces with hyphens and lowercase letters only --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d4441f4..0866d52 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "description": "A Rollup integration tool for CoCreate applications, enabling file watching, automated chunking, lazy loading, and file uploading. It leverages CoCreate.config for streamlined project builds and development workflows.", "keywords": [ "rollup", - "CoCreate", + "cocreate", "automation", - "file watching", + "file-watching", "chunking", - "lazy loading", - "file uploading", + "lazy-loading", + "file-uploading", "low-code-framework", "cocreatejs", "cocreate-framework",