Skip to content

Commit

Permalink
expose the in process downloads object
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Sep 13, 2012
1 parent ddc7a78 commit ff890eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/millstone.js
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ module.exports = {
resolve: resolve,
flush: flush,
isRelative: isRelative,
guessExtension: guessExtension
guessExtension: guessExtension,
downloads: downloads
};

0 comments on commit ff890eb

Please sign in to comment.