Skip to content

Commit

Permalink
feat(replacements): defined a replacement to switch from nyc to c8
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Aug 5, 2023
1 parent f342f9b commit c389e0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js-replacements.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
"matchPackageNames": ["markdownlint-cli", "doctoc"],
"replacementName": "remark-cli",
"replacementVersion": "10.0.1"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["nyc"],
"replacementName": "c8",
"replacementVersion": "8.0.0"
}
]
}

0 comments on commit c389e0d

Please sign in to comment.