From 80ab7be351f2d40bd9e58072cb61e91f8b7f0007 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Fri, 13 Oct 2017 10:22:15 +0300 Subject: [PATCH] Allow using Yarn with minor updates --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1f2c246..7c99f773 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,6 @@ }, "engines": { "node": "6.11.4", - "yarn": "1.2.1" + "yarn": "^1.2.1" } }