Skip to content

Commit 7228fc9

Browse files
committed
Standard fix
1 parent 36990f3 commit 7228fc9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export { default as FileCache } from './src/cache/file'
2-
export { default as terminalLogger } from './src/loggers/terminal'
2+
export { default as terminalLogger } from './src/loggers/terminal'

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export { default as Block } from './src/block'
22
export { default as torchlight } from './src/torchlight'
33
export { default as MemoryCache } from './src/cache/memory'
4-
export { default as standardLogger } from './src/loggers/standard'
4+
export { default as standardLogger } from './src/loggers/standard'

src/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'fs-extra'
22
import path from 'path'
3-
import { default as FileCache } from './cache/file'
4-
import { default as MemoryCache } from './cache/memory'
3+
import FileCache from './cache/file'
4+
import MemoryCache from './cache/memory'
55

66
/**
77
* @param {string|object} config

0 commit comments

Comments
 (0)