Skip to content

Commit f2979a3

Browse files
committed
Bump dependencies
And remove non-essential fields from package.json. We define all the author in the readme already and it's autofilled on the npm page based on publish access.
1 parent efc3b31 commit f2979a3

File tree

4 files changed

+381
-381
lines changed

4 files changed

+381
-381
lines changed

lib/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ exports.run = () => {
7575
],
7676
default: {
7777
cache: conf.cache,
78-
color: 'color' in conf ? conf.color : require('supports-color') !== false,
78+
color: 'color' in conf ? conf.color : require('supports-color').stdout !== false,
7979
concurrency: conf.concurrency,
8080
failFast: conf.failFast,
8181
init: conf.init,

0 commit comments

Comments
 (0)