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

Commit

Permalink
fix: move up config require just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 3, 2018
1 parent 6598097 commit cec67ea
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,9 +1,9 @@
import 'fs-extra-debug'

export {IConfig, Config, Options, load} from './config'
export {Command} from './command'
export {Hook, Hooks} from './hooks'
export {Manifest} from './manifest'
export {PJSON} from './pjson'
export {IPlugin, Plugin} from './plugin'
export {IConfig, Config, Options, load} from './config'
export {Topic} from './topic'

0 comments on commit cec67ea

Please sign in to comment.