git-pull-run
Advanced tools
Comparing version
{ | ||
"name": "git-pull-run", | ||
"version": "1.1.0", | ||
"version": "1.1.1-next.0", | ||
"description": "Run commands and scripts after git pull", | ||
@@ -5,0 +5,0 @@ "bin": "./dist/cli.js", |
{ | ||
"name": "git-pull-run", | ||
"version": "1.1.1-next.0", | ||
"version": "1.1.1-next.1", | ||
"description": "Run commands and scripts after git pull", | ||
@@ -5,0 +5,0 @@ "bin": "./dist/cli.js", |
@@ -18,5 +18,14 @@ import debugLog from 'debug'; | ||
debugLog.enable('git-pull-run'); | ||
function humanize(ms: number): string; | ||
function humanize(ms: string): number; | ||
function humanize(ms: number | string): string | number { | ||
return ``; | ||
} | ||
debugLog.humanize = humanize; | ||
const info = debugLog.debug('git-pull-run'); | ||
info.log = console.log.bind(console); | ||
export { info }; | ||
@@ -23,0 +32,0 @@ |
45872
8.28%45
4.65%658
8.4%