From 4c45f0a0e54fb4964ec78e0e9fc199c1bf7ce790 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 14 Apr 2020 10:30:01 +0200 Subject: [PATCH] Fix command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a39dc12..ed8bbfb 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { - "mysqlExporter": "node index.js" + "mysqlExporter": "index.js" }, "keywords": [], "author": "",