From 1ec3879ba4ed81befba89673ab76589e49b61f70 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Wed, 3 Jun 2020 13:55:31 +0200 Subject: [PATCH] add yarn dependency --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 06a9aaec..c3d425a7 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "type": "git", "url": "https://github.com/ohmyform/ohmyform.git" }, + "engines": { + "yarn": "1.x" + }, "scripts": { "heroku-prebuild": "scripts/heroku/prebuild.sh", "heroku-postbuild": "scripts/heroku/postbuild.sh"