From ffd29fa7eea3c329cab2622d2ec562d0350916fc Mon Sep 17 00:00:00 2001 From: Ilja Nosik Date: Wed, 15 Feb 2017 07:48:08 +0100 Subject: [PATCH] Suggest nodejs-lts as an alternative to nodejs --- yarn.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yarn.json b/yarn.json index 1af017dbd9..33b5a2961c 100644 --- a/yarn.json +++ b/yarn.json @@ -4,7 +4,8 @@ "version": "0.20.3", "suggest": { "Node.js": [ - "nodejs" + "nodejs", + "nodejs-lts" ], "NVM": [ "nvm"