fix(core): update
This commit is contained in:
parent
c68ea1c8fd
commit
9dfa1a789e
@ -13,7 +13,6 @@ export interface INpmRegistryConstructorOptions {
|
|||||||
|
|
||||||
export class NpmRegistry {
|
export class NpmRegistry {
|
||||||
public options: INpmRegistryConstructorOptions;
|
public options: INpmRegistryConstructorOptions;
|
||||||
public registry: string;
|
|
||||||
private searchDomain = 'https://api.npms.io/v2/search?q=';
|
private searchDomain = 'https://api.npms.io/v2/search?q=';
|
||||||
|
|
||||||
constructor(optionsArg: INpmRegistryConstructorOptions = {}) {
|
constructor(optionsArg: INpmRegistryConstructorOptions = {}) {
|
||||||
|
Loading…
Reference in New Issue
Block a user