From 87de713cf3489b4e7a481d3f672b39dffb74ea22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=E1=BA=A3i?= Date: Fri, 7 Jun 2024 04:23:16 +0700 Subject: [PATCH] docs(workspace): correct outdated information (#546) Closes https://github.com/pnpm/pnpm/issues/8172 --- docs/workspaces.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/workspaces.md b/docs/workspaces.md index 34c67960df31..ec57b49ad5bb 100644 --- a/docs/workspaces.md +++ b/docs/workspaces.md @@ -25,7 +25,7 @@ Bit uses pnpm under the hood but automates a lot of the things that are currentl ## Workspace protocol (workspace:) -By default, pnpm will link packages from the workspace if the available packages +If [link-workspace-packages] is set to `true`, pnpm will link packages from the workspace if the available packages match the declared ranges. For instance, `foo@1.0.0` is linked into `bar` if `bar` has `"foo": "^1.0.0"` in its dependencies and `foo@1.0.0` is in the workspace. However, if `bar` has `"foo": "2.0.0"` in dependencies and `foo@2.0.0` is not in the workspace, @@ -164,4 +164,3 @@ Here are a few of the most popular open source projects that use the workspace f | [Rollup plugins](https://github.com/rollup/plugins) | ![](https://img.shields.io/github/stars/rollup/plugins) | 2021-09-21 | `53fb18c0c2852598200c547a0b1d745d15b5b487` | | [icestark](https://github.com/ice-lab/icestark) | ![](https://img.shields.io/github/stars/ice-lab/icestark) | 2021-12-16 | `4862326a8de53d02f617e7b1986774fd7540fccd` | | [ByteMD](https://github.com/bytedance/bytemd) | ![](https://img.shields.io/github/stars/bytedance/bytemd) | 2021-02-18 | `36ef25f1ea1cd0b08752df5f8c832302017bb7fb` | -