diff --git a/src/config.ts b/src/config.ts index da076886..76f22453 100644 --- a/src/config.ts +++ b/src/config.ts @@ -2,8 +2,8 @@ import {CLIError, error, exit, warn} from '@oclif/errors' import * as Lodash from 'lodash' import * as os from 'os' import * as path from 'path' -import {format} from 'util' import {URL} from 'url' +import {format} from 'util' import {Command} from './command' import Debug from './debug' diff --git a/src/index.ts b/src/index.ts index 4aea1bd3..77631ee7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ // tslint:disable no-implicit-dependencies try { require('fs-extra-debug') } catch {} -export {IConfig, Config, Options, load, LoadOptions} from './config' +export {IConfig, Config, Options, load, LoadOptions, PlatformTypes, ArchTypes} from './config' export {Command} from './command' export {Hook, Hooks} from './hooks' export {Manifest} from './manifest'