Skip to content

Commit

Permalink
fixed examples/screenshot.js style
Browse files Browse the repository at this point in the history
  • Loading branch information
stroncium committed Jun 29, 2019
1 parent e63d61d commit 0c671f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/screenshot.js
@@ -1,6 +1,6 @@
'use strict';
const chalk = require('..');
const styles = require('ansi-styles');
const chalk = require('..');

// Generates screenshot
for (const key of Object.keys(styles)) {
Expand Down

0 comments on commit 0c671f5

Please sign in to comment.