From 9268c5d28a24ff1d04ef70bc4030f0a0d08d34da Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:09:28 +0100 Subject: [PATCH] docs: fix new shims contributing typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 67f852eeb..99d5f0217 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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,