Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
feat: export kleur
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 19, 2019
1 parent a5836c4 commit c6dc581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/

import * as pkg from './package.json'
import * as kleur from 'kleur'
import './src/disableLogger'

export const sinkVersion = pkg.version
Expand All @@ -23,3 +24,4 @@ export { TemplateFile } from './src/formats/TemplateFile'
export { KeyValueFile } from './src/base/KeyValueFile'
export { BaseFile } from './src/base/BaseFile'
export { isEmptyDir } from './src/isEmptyDir'
export { kleur }

0 comments on commit c6dc581

Please sign in to comment.