From 85eb52fa9b2b81e04ae6a778db2e22ebd940c394 Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Thu, 24 Dec 2020 06:36:02 -0800 Subject: [PATCH] fix: Remove engine from package.json (#16) Signed-off-by: nhcarrigan --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 9cabda8..d2ecdfc 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,6 @@ "express": "^4.17.1", "mocha": "^8.1.3" }, - "engines": { - "node": "12.*" - }, "repository": { "type": "git", "url": "https://github.com/freeCodeCamp/boilerplate-project-metricimpconverter"