From 2a04e7c8da26807d36825cb289d5d9d3a0c71669 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:46:47 +0100 Subject: [PATCH] docs: fix new shims contributing typo (#599) --- 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,