From 045979ab0186a3458ec0e700314624de02f4f81e Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Thu, 24 Dec 2020 06:33:33 -0800 Subject: [PATCH] fix: Remove engine from package.json (#45) Signed-off-by: nhcarrigan --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 7e6287c..56d1f0f 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,6 @@ "express": "^4.16.4", "cors": "^2.8.5" }, - "engines": { - "node": "12.0.0" - }, "repository": { "url": "https://github.com/freeCodeCamp/boilerplate-project-exercisetracker" },