From f9594b822f511df36a9f9df446fe75028b232c0e Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Thu, 24 Dec 2020 06:31:49 -0800 Subject: [PATCH] Remove engine from package.json (#48) Signed-off-by: nhcarrigan --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 56c1bee..a4dc820 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,6 @@ "express": "^4.12.4", "cors": "^2.8.0" }, - "engines": { - "node": "4.4.5" - }, "repository": { "type": "git", "url": "https://githost.com/camper/repo.git"