Rename blacklist file
This commit is contained in:
@ -104,7 +104,7 @@ const defaultServerConfig = {
|
||||
// for the middleware
|
||||
registryURL: process.env.REGISTRY_URL || 'https://registry.npmjs.org',
|
||||
autoIndex: !process.env.DISABLE_INDEX,
|
||||
blacklist: require('./package-blacklist').blacklist
|
||||
blacklist: require('./PackageBlacklist').blacklist
|
||||
}
|
||||
|
||||
const startServer = (serverConfig = {}) => {
|
||||
|
Reference in New Issue
Block a user