This commit is contained in:
Pranay Prakash 2018-04-22 00:39:25 +00:00 committed by GitHub
commit 2736749ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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