From e5779aefb3b3b309d18dd226ec765c254cf828ac Mon Sep 17 00:00:00 2001
From: Julian Leucker <leuckerj@gmail.com>
Date: Mon, 20 Feb 2023 14:28:17 +0100
Subject: [PATCH] Reformat package.json

---
 package.json | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 2df9369..238c20b 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,16 @@
     "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore",
     "reformat": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
   },
-  "keywords": ["vue", "vuejs", "vue2", "drag", "drag", "drop", "draggable", "dragndrop"],
+  "keywords": [
+    "vue",
+    "vuejs",
+    "vue2",
+    "drag",
+    "drag",
+    "drop",
+    "draggable",
+    "dragndrop"
+  ],
   "author": "Julian Leucker <leuckerj@gmail.com>",
   "license": "ISC",
   "description": "VueJS Components to move data inside a grid via drag&drop.",
-- 
GitLab