From cce5edd3c7b1ad9c3add338ee38a3d346f379320 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Wed, 11 Sep 2024 11:05:48 +0200 Subject: [PATCH] #26 --- README.md | 3 ++- package.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0529ffdf..095baaba 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ yarn install # Or use an other package manager, just be sure to delete the yarn. # Building the theme -You need to have Maven installed to build the theme (The `mvn` command must be in the PATH). +You need to have [Maven](https://maven.apache.org/) installed to build the theme (Maven >= 3.1.1, Java >= 7). +The `mvn` command must be in the $PATH. - On macOS: `brew install maven` - On Debian/Ubuntu: `sudo apt-get install maven` diff --git a/package.json b/package.json index c5cf4861..22b09434 100755 --- a/package.json +++ b/package.json @@ -37,5 +37,8 @@ "prettier": "3.3.1", "typescript": "^5.2.2", "vite": "^5.0.8" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" } }