From a07fc311d2c434d08dbaf512c2dd49bed974f4d7 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Fri, 29 May 2026 06:47:42 +0000 Subject: [PATCH] build: remove engine constraints from package.json Required as the installations fail in Angular LTS branch ``` error domino@2.1.6: The engine "yarn" is incompatible with this module. Expected version "Please use pnpm instead of Yarn to install dependencies". Got "1.22.22" ``` --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 380042b..f63b445 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,6 @@ "description": "Server-side DOM implementation based on Mozilla's dom.js", "main": "./lib", "packageManager": "pnpm@10.31.0", - "engines": { - "npm": "Please use pnpm instead of NPM to install dependencies", - "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "10.31.0" - }, "repository": { "type": "git", "url": "https://github.com/angular/domino.git"