Skip to content

Commit

Permalink
feat(npm-run-all-replacement): use maintenance fork of npm-run-all
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Oct 6, 2023
1 parent 3ad5024 commit ea4ebb1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/config/presets/internal/replacements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,17 @@ export const presets: Record<string, Preset> = {
},
],
},
'npm-run-all-to-maintenance-fork': {
description: 'Maintenance fork of `npm-run-all`',
packageRules: [
{
matchDatasources: ['npm'],
matchPackageNames: ['npm-run-all'],
replacementName: 'npm-run-all2',
replacementVersion: '5.0.0',
},
],
},
'parcel-css-to-lightningcss': {
description: '`@parcel/css` was renamed to `lightningcss`.',
packageRules: [
Expand Down

0 comments on commit ea4ebb1

Please sign in to comment.