Skip to content

Commit

Permalink
Allow for npmlog@2.x
Browse files Browse the repository at this point in the history
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 <rod@vagg.org>
  • Loading branch information
iarna authored and rvagg committed Feb 13, 2016
1 parent 07371e5 commit 6e28ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6e28ad1

Please sign in to comment.