diff --git a/ts/smartnpm.classes.npmregistry.ts b/ts/smartnpm.classes.npmregistry.ts index 4bc9202..172cfa2 100644 --- a/ts/smartnpm.classes.npmregistry.ts +++ b/ts/smartnpm.classes.npmregistry.ts @@ -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 = {}) {