Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: export LoadOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 6, 2018
1 parent e9b0531 commit 08abfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 08abfca

Please sign in to comment.