Skip to content

Commit

Permalink
Fix compatibility with older Node versions
Browse files Browse the repository at this point in the history
* scripts/dowload.js: use ES5
  • Loading branch information
n-riesco authored Nov 11, 2016
1 parent 507da85 commit 8bb8214
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 8bb8214

Please sign in to comment.