From 3df8222fa595b8f63d04dbdb703cefe030d852ae Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Mon, 6 Jun 2016 18:33:48 -0700 Subject: [PATCH] Allow for npmlog@3.x npmlog version 3 switches to gauge version 2. The interface change is in setGaugeTemplate, which node-gyp does not use. PR-URL: https://github.com/nodejs/node-gyp/pull/950 Reviewed-By: Ben Noordhuis --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e300ee49e6..a152509862 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "minimatch": "1", "mkdirp": "^0.5.0", "nopt": "2 || 3", - "npmlog": "0 || 1 || 2", + "npmlog": "0 || 1 || 2 || 3", "osenv": "0", "path-array": "^1.0.0", "request": "2",