Skip to content

Commit 6e28ad1

Browse files
iarnarvagg
authored andcommitted
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. PR-URL: #861 Reviewed-By: Rod Vagg <[email protected]>
1 parent 07371e5 commit 6e28ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"minimatch": "1",
2929
"mkdirp": "^0.5.0",
3030
"nopt": "2 || 3",
31-
"npmlog": "0 || 1",
31+
"npmlog": "0 || 1 || 2",
3232
"osenv": "0",
3333
"path-array": "^1.0.0",
3434
"request": "2",

0 commit comments

Comments
 (0)