From 46f086ccc0cd62e416342e14c4384c31a4e5c701 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 7 Jan 2020 23:11:45 +0200 Subject: [PATCH] package.json: remove engines property (#29908) This property doesn't, or shouldn't, affect consumers of the npm package since we distribute the built files --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 89d9d5db95..c374a73b53 100644 --- a/package.json +++ b/package.json @@ -138,9 +138,6 @@ "terser": "^4.6.1", "vnu-jar": "20.1.2" }, - "engines": { - "node": ">=10" - }, "files": [ "dist/{css,js}/*.{css,js,map}", "js/{src,dist}/**/*.{js,map}", -- 2.47.2