Update meta

This commit is contained in:
danbulant 2019-09-28 14:28:17 +02:00
parent aa3bd58aa1
commit a4d43b6ddb

View file

@ -1,11 +1,11 @@
{ {
"name": "sql2csv", "name": "sql2csv",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "Convert MySQL output to csv format, without dependencies",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js" "start": "node index.js"
}, },
"author": "", "author": "Daniel Bulant",
"license": "ISC" "license": "ISC"
} }