Skip to content

Commit

Permalink
Merge pull request jondot#248 from MikeyBeLike/master
Browse files Browse the repository at this point in the history
fix(deps): fix chalk template path
  • Loading branch information
jondot authored Apr 24, 2021
2 parents fc8d61b + 34e7cea commit fd0b0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const yellow = chalk.yellow,
green = chalk.green,
magenta = chalk.magenta;

const template = require('chalk/templates');
const template = require('chalk/source/templates');

class Logger {
constructor(log) {
Expand Down

0 comments on commit fd0b0fb

Please sign in to comment.