Replace colors.js with chalk

This commit is contained in:
Pavel Djundik 2018-03-02 20:28:54 +02:00
commit fee81e78e1
22 changed files with 30 additions and 30 deletions

View file

@ -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");