Skip to content

Commit

Permalink
docs: fix new shims contributing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jan 15, 2025
1 parent c7a9bde commit 9268c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ New package managers can be added by editing the following files:
- [`config.json`](./config.json),
- [`.github/workflows/sync.yml`](./.github/workflows/sync.yml) that keeps pinned
versions up-to-date,
- [`package.json`](./package.json) to add to add the added shims to the list of
- [`package.json`](./package.json) to add the new shims to the list of
`"publishConfig/bin"` and `"executableFiles"`,
- [`sources/types.ts`](./sources/types.ts) to add the package manager to the
`SupportedPackageManagers` enum,
Expand Down

0 comments on commit 9268c5d

Please sign in to comment.