Skip to content

Commit

Permalink
Bump xo@0.24.0 (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore authored and SBoudrias committed Apr 17, 2019
1 parent ba57ace commit 932ef07
Show file tree
Hide file tree
Showing 10 changed files with 1,129 additions and 694 deletions.
2 changes: 1 addition & 1 deletion lib/routes/install.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'use strict';
/* eslint-disable promise/no-callback-in-promise */
const _ = require('lodash');
const async = require('async');
const chalk = require('chalk');
Expand Down Expand Up @@ -61,6 +60,7 @@ function searchMatchingGenerators(app, term, cb) {
}));
}, cb);
}

got('http://yeoman.io/blacklist.json', {json: true})
.then(response => handleBlacklist(response.body))
.catch(() => handleBlacklist([]));
Expand Down
Loading

0 comments on commit 932ef07

Please sign in to comment.