From 975a79f04630057c0b426677dd13e26413e41ae6 Mon Sep 17 00:00:00 2001 From: "Kyle E. Mitchell" Date: Sun, 29 Oct 2023 09:41:13 -0700 Subject: [PATCH] Remove engines property from package.json See https://github.com/jslicense/licensee.js/pull/90#issuecomment-1784162651 --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index a0f2490..a4b9260 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,5 @@ "tests-only": "tap --no-check-coverage tests/unit.test.js tests/**/test.js", "test": "npm run tests-only", "posttest": "aud --production" - }, - "engines": { - "node": ">= 14.17" } }