Skip to content

Commit

Permalink
feat: add replacement for cpx (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrslatz authored May 24, 2024
1 parent 2ecf5da commit 684a843
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/replacements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ export const preferredReplacements: Replacement[] = [
moduleName: 'npm-run-all',
docPath: 'npm-run-all'
},
{
type: 'documented',
moduleName: 'cpx',
docPath: 'cpx'
},
{
type: 'documented',
moduleName: 'is-builtin-module',
Expand Down

0 comments on commit 684a843

Please sign in to comment.