From 4f0a6ccaa337d64558f1405e1d29ed27cfe403f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yuniel=20Acosta=20P=C3=A9rez?= Date: Thu, 31 Aug 2023 10:25:26 +0200 Subject: [PATCH] "Remove engine versions from package.json Removed node and pnpm versions in the 'engines' object in package.json. This was done because project maintenance now revolves around upgrading to the latest engine versions regularly and it's easier to depend on the 'packageManager' field instead." --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 1a01eace3..5287a104c 100644 --- a/package.json +++ b/package.json @@ -75,9 +75,5 @@ "vue": "3.3.4", "workbox-window": "^7.0.0" }, - "engines": { - "node": "^14.15.0 || >=16.0.0", - "pnpm": ">=7.0.0" - }, "packageManager": "pnpm@8.6.12" }