From e042db33b6ee7aba69275d6f5e7cb901bcc0758d Mon Sep 17 00:00:00 2001 From: The Arcane Brony Date: Sat, 25 Dec 2021 11:09:48 +0000 Subject: Replace nanocolors with picocolors --- bundle/src/stats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle/src/stats.ts') diff --git a/bundle/src/stats.ts b/bundle/src/stats.ts index 8d87f9d9..3c5163c3 100644 --- a/bundle/src/stats.ts +++ b/bundle/src/stats.ts @@ -1,6 +1,6 @@ import os from "os"; import osu from "node-os-utils"; -import { red } from "nanocolors"; +import { red } from "picocolors"; export function initStats() { console.log(`[Path] running in ${__dirname}`); -- cgit 1.5.1