fix(core): update
This commit is contained in:
		@@ -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 = {}) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user