From 5c0108268e58970b3c54e93407b6661082158fac Mon Sep 17 00:00:00 2001 From: tommy-mitchell Date: Fri, 1 Mar 2024 18:48:28 -0600 Subject: [PATCH 1/2] Fix pnpm note --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 84699c54..11b94db2 100644 --- a/readme.md +++ b/readme.md @@ -45,11 +45,11 @@ - Warns about the possibility of extraneous files being published - See exactly what will be executed with [preview mode](https://github.com/sindresorhus/np/issues/391), without pushing or publishing anything remotely - Supports [GitHub Packages](https://github.com/features/packages) +- Supports Yarn and pnpm ### Why not - Monorepos are not supported. -- pnpm is not supported. - Custom registries are not supported ([but could be with your help](https://github.com/sindresorhus/np/issues/420)). - CI is [not an ideal environment](https://github.com/sindresorhus/np/issues/619#issuecomment-994493179) for `np`. It's meant to be used locally as an interactive tool. From ed16d80a5f0fdf2c24515c7f9636e1d1598f27af Mon Sep 17 00:00:00 2001 From: tommy-mitchell Date: Sun, 3 Mar 2024 10:00:43 -0600 Subject: [PATCH 2/2] update supported package managers --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 11b94db2..339f412a 100644 --- a/readme.md +++ b/readme.md @@ -45,7 +45,7 @@ - Warns about the possibility of extraneous files being published - See exactly what will be executed with [preview mode](https://github.com/sindresorhus/np/issues/391), without pushing or publishing anything remotely - Supports [GitHub Packages](https://github.com/features/packages) -- Supports Yarn and pnpm +- Supports npm 9+, Yarn (Classic and Berry), and pnpm 8+ ### Why not