forked from orbit-oss/chalk
Require Node.js 12 and move to ESM
This commit is contained in:
parent
4dab5e1fb6
commit
fa16f4ec37
22 changed files with 362 additions and 412 deletions
|
|
@ -1,4 +1,3 @@
|
|||
'use strict';
|
||||
const chalk = require('../source');
|
||||
import chalk from '../source/index.js';
|
||||
|
||||
console.log(`${chalk.hex('#ff6159')('testout')} ${chalk.stderr.hex('#ff6159')('testerr')}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue