From 7b719368b5ebb514f0c14840301b001309077400 Mon Sep 17 00:00:00 2001 From: Yusuf Kandemir Date: Tue, 29 Oct 2024 15:57:50 +0300 Subject: [PATCH] chore(docs): remove engines definition we can rely on the engines definition of the underlying CLI engine(e.g. app-vite) and/or other packages --- docs/package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 189dc84037c..9920e87f76e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -39,10 +39,5 @@ "toml": "^3.0.0", "vite-plugin-checker": "^0.7.2", "workbox-build": "^7.1.1" - }, - "engines": { - "node": "^20 || ^18 || ^16", - "npm": ">= 6.14.12", - "yarn": ">= 1.17.3" } }