From bf594c410d2722d4db6debb62f88a461f50e4965 Mon Sep 17 00:00:00 2001 From: Kamil Zyla Date: Thu, 18 Jan 2024 11:19:35 +0100 Subject: [PATCH] docs: Add RHINO_NPM to NEWS.md --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 4d26de0d..1076f588 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,8 @@ * `lint_sass()` now uses `stylelint` 14.16 (the last major version supporting stylistic rules) * Upgrade all remaining Node.js dependencies to latest versions and fix vulnerabilities. * The minimum supported Node.js version is now 16. +4. Introduce `RHINO_NPM` environment variable +to allow using `npm` alternatives like `bun` and `pnpm`. # [rhino 1.5.0](https://github.com/Appsilon/rhino/releases/tag/v1.5.0)