File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ order to add references to packages that should be symlinked into the current
18
18
19
19
We also refer to these packages being auto-symlinked during ` npm install ` as a
20
20
single ** workspace** , meaning it's a nested package within the current local
21
- file system that is explicitly defined in the [ ` package.json ` ] ( /using -npm/package-json )
21
+ file system that is explicitly defined in the [ ` package.json ` ] ( /configuring -npm/package-json#workspaces )
22
22
` workspaces ` configuration.
23
23
24
24
### Installing workspaces
25
25
26
26
Workspaces are usually defined via the ` workspaces ` property of the
27
- [ ` package.json ` ] ( /using -npm/package-json ) file, e.g:
27
+ [ ` package.json ` ] ( /configuring -npm/package-json#workspaces ) file, e.g:
28
28
29
29
``` json
30
30
{
You can’t perform that action at this time.
0 commit comments