Change author and description of package
parent
da3f558c
No related branches found
No related tags found
... | @@ -11,10 +11,10 @@ | ... | @@ -11,10 +11,10 @@ |
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore", | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore", | ||
"reformat": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" | "reformat": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" | ||
}, | }, | ||
"keywords": [], | "keywords": ["vue", "vuejs", "vue2", "drag", "drag", "drop", "draggable", "dragndrop"], | ||
"author": "", | "author": "Julian Leucker <leuckerj@gmail.com>", | ||
"license": "ISC", | "license": "ISC", | ||
"description": "", | "description": "VueJS Components to move data inside a grid via drag&drop.", | ||
"main": "dist/vue-draggable-grid.js", | "main": "dist/vue-draggable-grid.js", | ||
"module": "dist/vue-draggable-grid.mjs", | "module": "dist/vue-draggable-grid.mjs", | ||
"files": [ | "files": [ | ||
... | ... |
Please register or sign in to comment