export default -> module.exports
This commit is contained in:
parent
fc9a7e369b
commit
39b9178512
1 changed files with 1 additions and 2 deletions
|
|
@ -91,5 +91,4 @@ export interface Chalk {
|
|||
};
|
||||
|
||||
declare var chalk: Chalk;
|
||||
|
||||
export default chalk;
|
||||
module.exports = chalk;
|
||||
Loading…
Add table
Add a link
Reference in a new issue