From 159918371b06815dbee17830592bf5973ad3bc74 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Thu, 10 Jun 2021 16:48:13 -0230 Subject: [PATCH] Remove minimum Node.js version The minimum Node.js version has been removed temporarily, so that we can release a new patch without making a breaking change. --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 574e870..0ac81a8 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,6 @@ "/src", "/dist" ], - "engines": { - "node": ">=12.0.0" - }, "scripts": { "setup": "yarn install && yarn allow-scripts", "prepublishOnly": "yarn build",