From: XhmikosR Date: Tue, 7 Jan 2020 21:11:45 +0000 (+0200) Subject: package.json: remove engines property (#29908) X-Git-Tag: v5.0.0-alpha1~535 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46f086ccc0cd62e416342e14c4384c31a4e5c701;p=thirdparty%2Fbootstrap.git 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 --- 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}",