From c2283af55e5e2df1ba2ca19c4c2651f816aa5f1b Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Mon, 14 Jan 2019 16:03:02 +0100 Subject: [PATCH] Improve rendering of Chocolatey package description (#6899) * Improve rendering of Chocolatey package description * Update yarn.nuspec --- resources/win-chocolatey/yarn.nuspec | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/resources/win-chocolatey/yarn.nuspec b/resources/win-chocolatey/yarn.nuspec index b55da7e567..feccc54aa9 100644 --- a/resources/win-chocolatey/yarn.nuspec +++ b/resources/win-chocolatey/yarn.nuspec @@ -10,24 +10,19 @@ yarn node nodejs npm javascript packages bower admin Package manager for the npm and bower package repositories -Yarn is a package manager for the npm and bower registries with a few specific -focuses. +Yarn is a package manager for the npm and bower registries with a few specific focuses. -**Determinism:** Based around a version lockfile which ensures that operations on -the dependency graph can be easily transitioned. We check module directories -and verify their integrity to ensure Yarn install always produces the same file -structure. +## Features -**Security:** Strict guarantees are placed around package installation. You have -control over whether lifecycle scripts are executed for packages and package -hashes are stored in the lockfile to ensure you get the same package each time. +**Determinism:** Based around a version lockfile which ensures that operations on the dependency graph can be easily transitioned. We check module directories and verify their integrity to ensure Yarn install always produces the same file structure. -**Performance:** We're always performing operations such as package resolving and -fetching in parallel. This ensures little idle time and maximum resource utilization. - -**Notes:** This package requires NodeJS. You can install via either the -[nodejs](https://chocolatey.org/packages/nodejs) or [nodejs-lts](https://chocolatey.org/packages/nodejs-lts) -package if you do not have it installed already. +**Security:** Strict guarantees are placed around package installation. You have control over whether lifecycle scripts are executed for packages and package hashes are stored in the lockfile to ensure you get the same package each time. + +**Performance:** We're always performing operations such as package resolving and fetching in parallel. This ensures little idle time and maximum resource utilization. + +## Notes + +This package requires NodeJS. You can install via either the [nodejs](https://chocolatey.org/packages/nodejs) or [nodejs-lts](https://chocolatey.org/packages/nodejs-lts) package if you do not have it installed already. https://yarnpkg.com/ https://github.com/yarnpkg/yarn/tree/master/resources/win-chocolatey