From 7a06f697200c78dab879021ef57bc451f04e03d1 Mon Sep 17 00:00:00 2001
From: Shaimaa Natshah <shaimaa.natshah11@gmail.com>
Date: Wed, 9 Aug 2023 11:34:13 +0300
Subject: [PATCH] Issue #3380148: Add yarn script commands for Drupal coding
 standard and Drupal Practice for Web Development

---
 package.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 25dcb32..a836ce5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
-  "name": "webblog",
+  "name": "webdev",
   "private": true,
-  "description": "Create Web Blog content type, and make views to display content.",
+  "description": "Create Web Development content type, and make views to display content.",
   "license": "GPL-2.0",
   "engines": {
     "yarn": ">= 1.6",
@@ -9,8 +9,8 @@
   },
   "keywords": [
     "Drupal",
-    "Web Blog",
-    "Blog",
+    "Web Development",
+    "Development",
     "Webship"
   ],
   "author": "Webship.co",
-- 
GitLab