From a4d43b6ddbc8ab27a06bd6f57f4886cac0adb797 Mon Sep 17 00:00:00 2001 From: danbulant Date: Sat, 28 Sep 2019 14:28:17 +0200 Subject: [PATCH] Update meta --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8935a0a..9cfd384 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "sql2csv", "version": "1.0.0", - "description": "", + "description": "Convert MySQL output to csv format, without dependencies", "main": "index.js", "scripts": { "start": "node index.js" }, - "author": "", + "author": "Daniel Bulant", "license": "ISC" }