From bfd340a0fc9695a0072aa017ef8445b8943a2bd2 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 12 May 2016 14:53:03 -0400 Subject: [PATCH] Remove NPM engine specification According to the NPM docs on [engine](https://docs.npmjs.com/files/package.json#engines), this specification was only ever advisory, and is now depricated. It seems to cause NPM to pull in a very old version of NPM, which causes warnings when installing dependencies. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 3001ee69..26ffa303 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,7 @@ "url": "https://github.com/pelias/api/issues" }, "engines": { - "node": ">=0.10.26", - "npm": ">=1.4.3" + "node": ">=0.10.26" }, "dependencies": { "async": "^1.5.2",