Skip to content

Commit

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

0 comments on commit ea70185

Please sign in to comment.