Remove blacklist code
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
import { removeAllPackages } from '../../utils/blacklist';
|
||||
|
||||
export default function clearBlacklist(done) {
|
||||
removeAllPackages().then(done, done);
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
import { addPackage } from '../../utils/blacklist';
|
||||
|
||||
export default function withBlacklist(blacklist, done) {
|
||||
Promise.all(blacklist.map(addPackage)).then(done);
|
||||
}
|
Reference in New Issue
Block a user