Skip to content

Commit 28e1f7f

Browse files
committed
docs: rename some config dependencies
1 parent 3643666 commit 28e1f7f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/pnpmfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Added in: v10.8.0
8787

8888
Allows you to modify the configuration settings used by pnpm. This hook is most useful when paired with [configDependencies](config-dependencies), allowing you to share and reuse settings across different Git repositories.
8989

90-
For example, [@pnpm/better-defaults](https://github.com/pnpm/better-defaults) uses the `updateConfig` hook to apply a curated set of recommended settings.
90+
For example, [@pnpm/plugin-better-defaults](https://github.com/pnpm/plugin-better-defaults) uses the `updateConfig` hook to apply a curated set of recommended settings.
9191

9292
#### Usage example
9393

docs/typescript.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ packageExtensions:
2020
'@types/react': '*'
2121
```
2222
23-
Alternatively, you can install a config dependency that we created to deal with these issues [`@pnpm/types-fixer`]. Run:
23+
Alternatively, you can install a config dependency that we created to deal with these issues [`@pnpm/plugin-types-fixer`]. Run:
2424

2525
```sh
26-
pnpm add @pnpm/types-fixer --config
27-
pnpm config set pnpmfile node_modules/.pnpm-config/@pnpm/types-fixer/pnpmfile.cjs --location=project
26+
pnpm add @pnpm/plugin-types-fixer --config
2827
```
2928

30-
[`@pnpm/types-fixer`]: https://github.com/pnpm/types-fixer
29+
[`@pnpm/plugin-types-fixer`]: https://github.com/pnpm/plugin-types-fixer
3130

0 commit comments

Comments
 (0)