From 33b7ea68ac2ca12322247e25c96c9bec4ec66d3a Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Wed, 13 Dec 2017 15:14:40 -0800 Subject: [PATCH] remove engines.npm from package.json; closes #3073 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c1161d9b74..00cea01277 100644 --- a/package.json +++ b/package.json @@ -296,8 +296,7 @@ "_mocha": "./bin/_mocha" }, "engines": { - "node": ">= 4.0.0", - "npm": ">= 2.15.11" + "node": ">= 4.0.0" }, "scripts": { "lint": "eslint . bin/*",