Fix missing colors dependency, simplify version warning

This commit is contained in:
Pavel Djundik 2018-11-27 13:15:01 +02:00
commit 8635f2f3d8
2 changed files with 8 additions and 24 deletions

View file

@ -9,7 +9,7 @@
// ```
const {readFileSync, writeFileSync} = require("fs");
const colors = require("colors/safe");
const colors = require("chalk");
const log = require("../src/log");
const {join} = require("path");
const {spawnSync} = require("child_process");