forked from orbit-oss/chalk
Drop support for Node.js 0.10 and 0.12
This commit is contained in:
parent
0d2144904b
commit
9b60021fa6
6 changed files with 15 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
const chalk = require('./');
|
||||
const chalk = require('.');
|
||||
|
||||
// generates screenshot
|
||||
// Generates screenshot
|
||||
for (const key of Object.keys(chalk.styles)) {
|
||||
let ret = key;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue