Skip to content

Commit

Permalink
README: fixes ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Sep 17, 2019
1 parent 586c685 commit 1b9140b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ interface RunBlockOptions {
apply?: Function(getHooks: Function)
// Array of config layers
// [app layer, lower layer, ..., the lowest layer]
configChain: Array<Object>
configChain: Array<object>
// The current working directory
cwd: string
dev?: boolean = false
Expand Down

0 comments on commit 1b9140b

Please sign in to comment.