Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Delépine committed Apr 24, 2017
1 parent 7f9866a commit 260af2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/directory-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ function directoryTree (path, options, onEachFile) {
return item;
}

module.exports = directoryTree
module.exports = directoryTree;

0 comments on commit 260af2a

Please sign in to comment.