Skip to content

Commit

Permalink
Merge pull request #97 from n-riesco/patch-1
Browse files Browse the repository at this point in the history
Fix compatibility with older Node versions
  • Loading branch information
lgeiger authored Nov 11, 2016
2 parents 507da85 + 8bb8214 commit bbdce3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ function download(fileUrl, filename, callback) {
}

module.exports = {
download
download: download
};

0 comments on commit bbdce3c

Please sign in to comment.