minor cleanup / doc fixes

This commit is contained in:
AJ ONeal
2020-10-21 19:18:52 +00:00
parent 912e60899b
commit a6dd2c0184
4 changed files with 1 additions and 7 deletions
-1
View File
@@ -6,7 +6,6 @@ var repo = 'dotenv';
module.exports = function (request) {
return github(request, owner, repo).then(function (all) {
// remove checksums and .deb
return all;
});
};