From 6e0442811b9d5fce04a2ccf2e9ac59b9e362fa99 Mon Sep 17 00:00:00 2001 From: Phillip9587 Date: Mon, 5 May 2025 16:07:48 +0200 Subject: [PATCH] fix: remove invalid engines field https://github.com/jshttp/content-disposition/pull/77#pullrequestreview-2804731439 --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 6b51c76..1559c6c 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,6 @@ "README.md", "index.js" ], - "engines": { - "node": ">=18" - }, "scripts": { "lint": "eslint .", "test": "node --test --test-reporter spec",