From 08abfcae735c5448917969b0b8e6425355614394 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Tue, 6 Feb 2018 13:58:57 -0800 Subject: [PATCH] fix: export LoadOptions --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 877a7fc3..4aea1bd3 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} from './config' +export {IConfig, Config, Options, load, LoadOptions} from './config' export {Command} from './command' export {Hook, Hooks} from './hooks' export {Manifest} from './manifest'