Skip to content

Commit

Permalink
Bump supports-color
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Nov 14, 2021
1 parent 2f64070 commit 0d5bbd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import deglob from 'deglob'
import find from 'find-file-up'
import Githost from 'find-githost'
import engine from 'unified-engine'
import { stdout as color } from 'supports-color'
import supportsColor from 'supports-color'
import { fromCallback } from 'catering'
import defaultReporter from 'vfile-reporter-shiny'
import processor from 'remark'
Expand Down Expand Up @@ -72,7 +72,7 @@ function hallmark (options, callback) {
engine({
processor,
extensions: ['md', 'markdown'],
color,
color: supportsColor.stdout,
files,
cwd,
reporter,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"remark-toc": "^7.0.0",
"remark-validate-links": "^10.0.2",
"subarg": "^1.0.0",
"supports-color": "^7.1.0",
"supports-color": "^9.0.2",
"unified-engine": "^8.0.0",
"vfile-reporter-shiny": "^0.1.2"
},
Expand Down

0 comments on commit 0d5bbd2

Please sign in to comment.