Skip to content

Commit

Permalink
fix: export default module typo
Browse files Browse the repository at this point in the history
fixes #19
  • Loading branch information
shanejonas authored and antongolub committed Mar 26, 2019
1 parent 7a49df7 commit a85bcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { publish as ghpagesPublish } from './ghpages'
import { render } from './tpl'
import { isEqual } from 'lodash'

export * from 'defaults'
export * from './defaults'

let _config: any

Expand Down

0 comments on commit a85bcc0

Please sign in to comment.