From fb8525e65af03d8ea13a119300e285f350df8963 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sat, 30 Sep 2017 09:12:28 +0300 Subject: [PATCH] Replaces npm with yarn in CONTRIBUTING --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4abfa10..7592f29 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,6 +41,6 @@ Please, refer to [`Rules`](https://github.com/wooorm/remark-lint/blob/master/doc To run tests locally you will need to: ```shell -$ npm install -$ npm test +$ yarn install +$ yarn test ```