From 449fc9df04bd0ab41d38e47ee95fcd2449ac3d0c Mon Sep 17 00:00:00 2001 From: Alexander Petros Date: Mon, 17 Jul 2023 17:05:13 -0400 Subject: [PATCH] Remove engine from package.json (#1589) The engine is intended to signify that node 15 should be used for development, but it's causing issues for people who have node in "strict-engine" mode. --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 0660c289..7d2dfc00 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,6 @@ "types": "dist/htmx.d.ts", "unpkg": "dist/htmx.min.js", "web-types": "editors/jetbrains/htmx.web-types.json", - "engines": { - "node": "15.x" - }, "scripts": { "test": "mocha-chrome test/index.html", "test-types": "tsc --project ./jsconfig.json",