Skip to content

Commit

Permalink
feat(replacements): defined a replacement to migrate to the maintenan…
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Aug 22, 2023
1 parent bf48746 commit 405bcc8
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 @@ -36,6 +36,12 @@
"matchPackageNames": ["nyc"],
"replacementName": "c8",
"replacementVersion": "8.0.0"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["npm-run-all"],
"replacementName": "npm-run-all2",
"replacementVersion": "5.0.0"
}
]
}

0 comments on commit 405bcc8

Please sign in to comment.