From 6741f810f9a9798d831fcd80c54ae2b71d45a65f Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Sat, 11 Nov 2017 00:54:22 +0100 Subject: [PATCH] Remove engines.npm (#92) NPM 5.5.1 is not compatible with Node.js 9.1.0. Let's use the npm that ships with node. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f60f55..a035516 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "test-coverage": "istanbul cover ./node_modules/.bin/_mocha -- test/test.js test/test-ratelimit.js --reporter spec" }, "engines": { - "node": ">=0.10.0", - "npm": ">=1.1.0" + "node": ">=0.10.0" } }