fix(core): update

This commit is contained in:
Philipp Kunz 2021-04-21 09:25:31 +00:00
parent c68ea1c8fd
commit 9dfa1a789e

View File

@ -13,7 +13,6 @@ export interface INpmRegistryConstructorOptions {
export class NpmRegistry {
public options: INpmRegistryConstructorOptions;
public registry: string;
private searchDomain = 'https://api.npms.io/v2/search?q=';
constructor(optionsArg: INpmRegistryConstructorOptions = {}) {