summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authoruurgothat <cckhmck@gmail.com>2021-10-04 22:39:50 +0300
committeruurgothat <cckhmck@gmail.com>2021-10-04 22:39:50 +0300
commitea900af4cd808235818b9f593028d058186d29a5 (patch)
tree438c7924389781cdf10095e142774557fe608721 /bundle/package.json
parentAdd warn for git + remove unnecessary import (diff)
downloadserver-ea900af4cd808235818b9f593028d058186d29a5.tar.xz
replace chalk with nanocolors
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/package.json b/bundle/package.json
index bd6080c9..0be37a8e 100644
--- a/bundle/package.json
+++ b/bundle/package.json
@@ -54,9 +54,9 @@
 		"@fosscord/gateway": "file:../gateway",
 		"@fosscord/util": "file:../util",
 		"async-exit-hook": "^2.0.1",
-		"chalk": "^4.1.2",
 		"express": "^4.17.1",
 		"missing-native-js-functions": "^1.2.15",
+		"nanocolors": "^0.2.12",
 		"node-os-utils": "^1.3.5",
 		"tsconfig-paths": "^3.11.0"
 	}