From d10ca579e43a9d072d1aa9880fa873fd59a8f0c2 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 24 Sep 2018 10:44:14 -0700 Subject: [PATCH] Yarn is no longer needed for tests --- guide/src/contributing/index.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/guide/src/contributing/index.md b/guide/src/contributing/index.md index b2b0b738..78f37e8e 100644 --- a/guide/src/contributing/index.md +++ b/guide/src/contributing/index.md @@ -18,19 +18,3 @@ development. as that is when WebAssembly support was introduced. [Install Node]. [Install Node]: https://nodejs.org/en/ - -3. The tests for this project also use `yarn`, a package manager for Node. To - install `yarn`, run: - - ```shell - npm install -g yarn - ``` - - or follow other platform-specific instructions - [here](https://yarnpkg.com/en/docs/install). - - Once `yarn` is installed, run it in the top level directory: - - ```shell - yarn - ```