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,6 +1,5 @@
|
|||
'use strict';
|
||||
const styles = require('ansi-styles');
|
||||
const chalk = require('..');
|
||||
import styles from 'ansi-styles';
|
||||
import chalk from '../index.js';
|
||||
|
||||
// Generates screenshot
|
||||
for (const key of Object.keys(styles)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue