export default -> module.exports

This commit is contained in:
Pranay Prakash 2018-04-21 19:37:25 -05:00
parent fc9a7e369b
commit 39b9178512
No known key found for this signature in database
GPG key ID: 64EA81D6B4615CD2

View file

@ -91,5 +91,4 @@ export interface Chalk {
};
declare var chalk: Chalk;
export default chalk;
module.exports = chalk;