mirror of
https://github.com/danbulant/mysqlExporter
synced 2026-05-19 04:18:42 +00:00
Fix command
This commit is contained in:
parent
62c0ac55c3
commit
4c45f0a0e5
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"bin": {
|
||||
"mysqlExporter": "node index.js"
|
||||
"mysqlExporter": "index.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue