Skip to content

Commit 4308e49

Browse files
committed
Adding support for .yarnrc.yml files.
This change factors commonalities between .npmrc and .yarnrc files into a common base class `FileProvider`. This allowed for the addition of .yarnrc.yml files without duplicating code. This caused some of the logic to move around a bit. The biggest change for the npmrc is a more genereralized approach to reading, writing and updating the file without regular expressions and multiple passes.
1 parent 877bd3e commit 4308e49

File tree

1 file changed

+22
-57
lines changed

1 file changed

+22
-57
lines changed

pnpm-lock.yaml

Lines changed: 22 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)