From 75f5c25255673bca090804fe428f8dd30cd9d131 Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Thu, 25 Jul 2019 15:24:19 -0400 Subject: [PATCH] knit nit: Move two words into a parenthetical They will be much happier there. --- accepted/0000-yarn-knit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accepted/0000-yarn-knit.md b/accepted/0000-yarn-knit.md index 3d77cef..e5c59b0 100644 --- a/accepted/0000-yarn-knit.md +++ b/accepted/0000-yarn-knit.md @@ -8,7 +8,7 @@ This is a proposal to improve upon `yarn link` so that developers can more accur # Motivation -`yarn link` (and `npm link`) before it have several problems when working on code bases of non-trivial sizes, especially with multiple apps. The current `link` command doesn't isolate `node_modules` between apps (especially problematic with the advent of Electron), it doesn't allow for working on multiple versions of a library, and it produces a `node_modules` hierarchy that is not faithful to the one produced after the library is published. +`yarn link` (and `npm link` before it) have several problems when working on code bases of non-trivial sizes, especially with multiple apps. The current `link` command doesn't isolate `node_modules` between apps (especially problematic with the advent of Electron), it doesn't allow for working on multiple versions of a library, and it produces a `node_modules` hierarchy that is not faithful to the one produced after the library is published. # Detailed design