Skip to content

Commit

Permalink
add main module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Nov 15, 2014
1 parent cf68985 commit d8c0380
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
SFTPStream: require('./lib/sftp'),
SSH2Stream: require('./lib/ssh'),
utils: require('./lib/utils')
};

0 comments on commit d8c0380

Please sign in to comment.