From af6cb99f85d07ff0a0a29969fbf5c5215b83742e Mon Sep 17 00:00:00 2001 From: Sebastian Davids Date: Tue, 24 Sep 2024 12:54:11 +0200 Subject: [PATCH] chore: add engines-field npx ls-engines --dev --save Actually, 'devEngine' should be used instead of 'engine', but we have to wait for: https://github.com/openjs-foundation/package-metadata-interoperability-collab-space/issues/15 Signed-off-by: Sebastian Davids --- TODO | 4 ++++ hp/package.json | 3 +++ 2 files changed, 7 insertions(+) diff --git a/TODO b/TODO index d8af866..3cdce39 100644 --- a/TODO +++ b/TODO @@ -20,3 +20,7 @@ https://github.com/tailwindlabs/tailwindcss/pull/11929 remove explicit query and replace with 'baseline' + https://github.com/browserslist/browserslist/issues/771 + +* use `devEngine` instead of `engine` in `hp/package.json` ++ +https://github.com/openjs-foundation/package-metadata-interoperability-collab-space/issues/15 diff --git a/hp/package.json b/hp/package.json index 897722b..7f93aac 100644 --- a/hp/package.json +++ b/hp/package.json @@ -87,5 +87,8 @@ "prettier-plugin-tailwindcss": "0.6.6", "svgo": "3.3.2", "tailwindcss": "3.4.12" + }, + "engines": { + "node": ">= 18.18" } }