diff options
author | uurgothat <cckhmck@gmail.com> | 2021-10-04 22:39:50 +0300 |
---|---|---|
committer | uurgothat <cckhmck@gmail.com> | 2021-10-04 22:39:50 +0300 |
commit | ea900af4cd808235818b9f593028d058186d29a5 (patch) | |
tree | 438c7924389781cdf10095e142774557fe608721 /cdn/package.json | |
parent | Add warn for git + remove unnecessary import (diff) | |
download | server-ea900af4cd808235818b9f593028d058186d29a5.tar.xz |
replace chalk with nanocolors
Diffstat (limited to 'cdn/package.json')
-rw-r--r-- | cdn/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cdn/package.json b/cdn/package.json index bb4603be..62c21c9a 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -56,6 +56,7 @@ "lambert-server": "^1.2.8", "missing-native-js-functions": "^1.2.15", "multer": "^1.4.2", + "nanocolors": "^0.2.12", "node-fetch": "^2.6.1", "supertest": "^6.1.6", "typescript": "^4.1.2", |