Skip to content

Commit bbdce3c

Browse files
authored
Merge pull request #97 from n-riesco/patch-1
Fix compatibility with older Node versions
2 parents 507da85 + 8bb8214 commit bbdce3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/download.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ function download(fileUrl, filename, callback) {
2626
}
2727

2828
module.exports = {
29-
download
29+
download: download
3030
};

0 commit comments

Comments
 (0)