diff --git a/package.json b/package.json index 2df9369261372a06693e06c24089e20778ec0e4d..238c20bc9dbda4f51b4952a81aa1d2e1bef6dcc8 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.",