From 452abfb3384d7a8236040106bf6d4daee2fbc225 Mon Sep 17 00:00:00 2001 From: "Roland Edwards, AOE GmbH" <39269273+raedwards@users.noreply.github.com> Date: Wed, 16 May 2018 17:00:20 +0200 Subject: [PATCH] Update yarn.md --- radar/2017-10-01/yarn.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/radar/2017-10-01/yarn.md b/radar/2017-10-01/yarn.md index a8fbcbd..46b20cd 100644 --- a/radar/2017-10-01/yarn.md +++ b/radar/2017-10-01/yarn.md @@ -4,8 +4,8 @@ ring: trial quadrant: tools --- -Yarn is dependency management tool for frontend (node) projects similar to npm. It also uses the npm registry and -infrastructure. According to yarn the benefits are that yarn is much faster, automatically writes a .lock file and -builds up an local cache to be even faster when installing packages again. +Yarn is a dependency management tool for frontend (node) projects similar to npm. It also uses the npm registry and +infrastructure. According to Yarn, the benefits are that Yarn is much faster, automatically writes a .lock file and +builds up a local cache to be even faster when installing packages again. -At AOE, we started using yarn in different projects to evaluate if we can switch to yarn for all projects. +At AOE, we started using Yarn in different projects to evaluate if we can switch to Yarn for all projects.