From f9f6d36f1cd44d4c46f30885562a934973568fd3 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Tue, 12 Jan 2016 16:43:17 -0800 Subject: [PATCH] Allow for npmlog@2.x The breaking change introduced in npmlog 2.x was to anyone who was using the log as an event emitter and was listening for error events. Since node-gyp doesn't do these things, it isn't impacted by this change. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5a8b46bab..9ba0b6ffa7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "minimatch": "1", "mkdirp": "^0.5.0", "nopt": "2 || 3", - "npmlog": "0 || 1", + "npmlog": "0 || 1 || 2", "osenv": "0", "path-array": "^1.0.0", "request": "2",