mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
chore: make Prettier + fix spelling, update upgrade/switch instructions, prefer ale to syntastic
This commit is contained in:
@@ -7,7 +7,7 @@ var repo = 'lsd';
|
||||
module.exports = function (request) {
|
||||
return github(request, owner, repo).then(function (all) {
|
||||
all.releases = all.releases.filter(function (rel) {
|
||||
return !/(-musl\.)|(-msvc\.)|(\.deb$)/.test(rel.name)
|
||||
return !/(-musl\.)|(-msvc\.)|(\.deb$)/.test(rel.name);
|
||||
});
|
||||
return all;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user