fix: remove incorrect dep

This commit is contained in:
Ben Irvin 2023-11-14 10:19:11 +01:00
parent ecc6fe5413
commit 476368c2f5
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +0,0 @@
export const prettyTime = (timeInMs: number): string => {
return Math.ceil(timeInMs) + 'ms';
};

View File

@ -69,7 +69,6 @@
"commander": "8.3.0",
"esbuild": "0.19.2",
"esbuild-register": "3.5.0",
"fs-extra": "10.0.0",
"get-latest-version": "5.1.0",
"git-url-parse": "13.1.0",
"ini": "4.1.1",