From 39c1176311f5804ecaae687b53090c45e786d9f9 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Thu, 20 Feb 2025 15:39:49 -0500 Subject: [PATCH] feat: add required engines to package.json --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e9735374..2ba2384b 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,10 @@ "bugs": { "url": "https://github.com/meshtastic/web/issues" }, + "engines": { + "node": ">=20.0.0", + "pnpm": ">=10.1.0" + }, "homepage": "https://meshtastic.org", "dependencies": { "@bufbuild/protobuf": "^1.10.0", @@ -91,6 +95,5 @@ "tar": "^7.4.3", "typescript": "^5.7.3", "vite": "^6.1.0" - }, - "packageManager": "pnpm@10.1.0" + } }