From b54d962b8a892064834762e57b913841a6f7fed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 19 Sep 2024 10:59:17 +0200 Subject: [PATCH] doc: clarify versioning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15450c8..c5785cc 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Will turn a list of attached `.less` files into single calls of `lessc` with `so The relative output path for the `target` is generated from the `less` path and can be controlled through the `--wrapper-output` command line option, see below. +The version of the hook tracks the version of the installed `less` dependency, e.g. `4.2.0` tracks `lessc: ^4.2.0`. + ## Usage ``` yaml