Skip to content

Commit

Permalink
Update net.js
Browse files Browse the repository at this point in the history
added 0.10.x for latest node
  • Loading branch information
nakosung committed Sep 9, 2013
1 parent cd6dd51 commit 905c31e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/plugins/net.js
@@ -1,4 +1,3 @@

/*
* net.js: Wrapper around node.js core `net` module for observing relevant events
*
Expand Down Expand Up @@ -217,4 +216,4 @@ module.exports._listen2 = function overrideNet() {
// Setup the valid `nodeVersion` for all of the
// monkey patches to `require('net')`.
//
module.exports._listen2.nodeVersion = '0.5.x || 0.6.x || 0.7.x || 0.8.x || 0.9.x';
module.exports._listen2.nodeVersion = '0.5.x || 0.6.x || 0.7.x || 0.8.x || 0.9.x || 0.10.x';

0 comments on commit 905c31e

Please sign in to comment.