mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
Replace colors.js with chalk
This commit is contained in:
parent
c485ec8c42
commit
fee81e78e1
22 changed files with 30 additions and 30 deletions
|
|
@ -46,7 +46,7 @@ node scripts/changelog <version>
|
|||
"use strict";
|
||||
|
||||
const _ = require("lodash");
|
||||
const colors = require("colors/safe");
|
||||
const colors = require("chalk");
|
||||
const fs = require("fs");
|
||||
const GraphQLClient = require("graphql-request").GraphQLClient;
|
||||
const moment = require("moment");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue