From 4f20b12d6f7a1bb2058abed648f6cbf455151ed5 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Fri, 10 Mar 2023 01:00:16 +0530 Subject: [PATCH] feat: add engines to package files Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> --- package-lock.json | 4 ++++ package.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/package-lock.json b/package-lock.json index a2d79fad..14117a85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,6 +44,10 @@ "vue": "^3.2.47", "vue-tsc": "^1.2.0" }, + "engines": { + "node": ">=18", + "npm": ">=9" + }, "optionalDependencies": { "@deck.gl/core": "^8.8.27", "@deck.gl/layers": "^8.8.27", diff --git a/package.json b/package.json index fe18340c..da1a3d15 100644 --- a/package.json +++ b/package.json @@ -113,6 +113,10 @@ } ], "license": "MIT", + "engines": { + "node": ">=18", + "npm": ">=9" + }, "repository": { "type": "git", "url": "git@github.com:geospoc/v-mapbox.git"