Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Feb 4, 2025
1 parent b70e614 commit fb17563
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3252,6 +3252,16 @@ Here's an example of how you would define PR priority so that `devDependencies`
}
```

### replacementApproach

For `npm` manager when `replacementApproach=alias` then instead of replacing `"foo": "1.2.3"` with `"@my/foo": "1.2.4"` we would instead replace it with `"foo": "npm:@my/[email protected]"`.

```json
{
"replacementApproach": "alias"
}
```

### replacementName

This config option only works with some managers.
Expand Down Expand Up @@ -3341,16 +3351,6 @@ For example to replace the npm package `jade` with version `2.0.0` of the packag
}
```

### replacementApproach

For `npm` manager when `replacementApproach=alias` then instead of replacing `"foo": "1.2.3"` with `"@my/foo": "1.2.4"` we would instead replace it with `"foo": "npm:@my/[email protected]"`.

```json
{
"replacementApproach": "alias"
}
```

### sourceDirectory

Use this field to set the directory in which the package is present at the source of the package.
Expand Down

0 comments on commit fb17563

Please sign in to comment.