Skip to content

Commit 6bf9cd7

Browse files
valscionbestander
authored andcommitted
Proofread workspaces RFC (#74)
1 parent ea92019 commit 6bf9cd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

implemented/0000-workspaces-install-phase-1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ The structure of the source code is following
4141
| ---- package.json
4242
| ---- packages/
4343
| -------- babel-jest/
44-
| ------------ packjage.json
44+
| ------------ package.json
4545
| -------- babel-preset-jest/
46-
| ------------ packjage.json
46+
| ------------ package.json
4747
...
4848
```
4949

@@ -122,7 +122,7 @@ The algorithm is the same as in Yarn's [hoisting algorithm](https://github.com/y
122122

123123
In the example above babel-core is used in both top level package.json and one of the workspaces.
124124
Yarn will resolve the highest possible common version and install it.
125-
If versions are conflicting Yarn will install install the most common used one at the root level and install the other versions in each of workspaces folder.
125+
If versions are conflicting Yarn will install the most common used one at the root level and install the other versions in each of the workspaces folder.
126126

127127
This should be enough for Node.js to resolve required dependencies when running in each of the workspaces.
128128

0 commit comments

Comments
 (0)