Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sindresorhus committed Nov 17, 2017
1 parent efc3b31 commit f2979a3
Show file tree
Hide file tree
Showing 4 changed files with 381 additions and 381 deletions.
2 changes: 1 addition & 1 deletion lib/cli.js
Expand Up @@ -75,7 +75,7 @@ exports.run = () => {
],
default: {
cache: conf.cache,
color: 'color' in conf ? conf.color : require('supports-color') !== false,
color: 'color' in conf ? conf.color : require('supports-color').stdout !== false,
concurrency: conf.concurrency,
failFast: conf.failFast,
init: conf.init,
Expand Down

0 comments on commit f2979a3

Please sign in to comment.