From cfb956aa698c76f76c185616b97894a53d37e064 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Thu, 8 Jun 2017 09:00:58 +0200 Subject: [PATCH] Update to yarn 0.24.6 (#289) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c5a99a90e..dcb8541397 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "engines": { "node": ">=6.9.0", "npm": "5", - "yarn": "0.24.5" + "yarn": "0.24.6" }, "dependencies": { "changelog": "dylang/changelog#v1.2.0", -- GitLab