Skip to content

Commit

Permalink
Fix the export in the index file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed May 22, 2013
1 parent b465e64 commit 668b473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -15,4 +15,4 @@
*
*/

exports.Traceroute = require('./traceroute');
exports.Traceroute = require('./traceroute').Traceroute;

0 comments on commit 668b473

Please sign in to comment.