From cff62c802b03090700388ee04d5445cfd28ae307 Mon Sep 17 00:00:00 2001 From: AdamChrimes Date: Tue, 13 Nov 2018 14:13:45 +0000 Subject: [PATCH] Remove the engines field from package.json The engines field causes issues when using yarn and yarn a flag to ignore it is required. --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index d56d0e890..83da30eef 100644 --- a/package.json +++ b/package.json @@ -48,9 +48,6 @@ "dist", "packages" ], - "engines": { - "node": "8.11.1" - }, "repository": { "type": "git", "url": "git+https://github.com/nhsuk/nhsuk-frontend.git"