From 52446988e3fac1c6f4cd4185e515ee22edbc4859 Mon Sep 17 00:00:00 2001 From: Bryce Tham Date: Thu, 12 Oct 2023 15:14:58 -0400 Subject: [PATCH] fix: remove engine requirements in package.json (#4) Co-authored-by: Bryce Tham --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 214aa2e..c035b71 100644 --- a/package.json +++ b/package.json @@ -49,11 +49,6 @@ "cspell" ] }, - "engines": { - "node": ">=0.12", - "npm": "please-use-yarn", - "yarn": ">= 1.19.1" - }, "devDependencies": { "@commitlint/cli": "^16.0.2", "@commitlint/config-conventional": "^16.0.0",