From 3b6b9c8c0d7749559bfe3b5a98ab56eb22d12df5 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 3 Mar 2024 10:06:18 -0600 Subject: [PATCH] Fix pnpm note (#736) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 84699c54..339f412a 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 npm 9+, Yarn (Classic and Berry), and pnpm 8+ ### 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.