change bin filename to termlog

This commit is contained in:
Earther 2021-09-04 16:18:18 +07:00
parent 999edee18e
commit 9041638149

View File

@ -1,6 +1,6 @@
{ {
"name": "termlog", "name": "termlog",
"version": "1.1.2", "version": "1.1.3",
"description": "Console log to terminal", "description": "Console log to terminal",
"type": "main", "type": "main",
"scripts": { "scripts": {
@ -11,7 +11,7 @@
"url": "git+https://github.com/qnkhuat/termlog.git" "url": "git+https://github.com/qnkhuat/termlog.git"
}, },
"bin": { "bin": {
"tconsole": "server.js" "termlog": "server.js"
}, },
"preferGlobal": true, "preferGlobal": true,
"keywords": [], "keywords": [],