Skip to content

Commit

Permalink
sorted the exports list for the rest of the files
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanCarroll committed Oct 10, 2016
1 parent ac7f981 commit 07e9200
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require('thenify-all').withCallback(
require('crypto'),
exports, [
'pbkdf2',
'randomBytes',
'pseudoRandomBytes',
'randomBytes',
]
)
6 changes: 3 additions & 3 deletions dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ require('thenify-all').withCallback(
'resolve',
'resolve4',
'resolve6',
'resolveCname',
'resolveMx',
'resolveTxt',
'resolveSrv',
'resolveNs',
'resolveCname',
'resolveSrv',
'resolveTxt',
'reverse',
]
)
2 changes: 1 addition & 1 deletion zlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ require('thenify-all').withCallback(
exports, [
'deflate',
'deflateRaw',
'gzip',
'gunzip',
'gzip',
'inflate',
'inflateRaw',
'unzip',
Expand Down

0 comments on commit 07e9200

Please sign in to comment.