From edbdd95f79de67d7ac2ca35f0c8b6b38255ba3d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Thu, 4 Feb 2016 17:09:30 +0100 Subject: [PATCH] Upgrades npm version to 2.14.16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d97133cd..4e074309 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,6 @@ }, "engines": { "node": ">=0.8 <0.11", - "npm": ">=1.2.1" + "npm": ">=2.14.16" } }