Skip to content

Commit f195827

Browse files
committed
fix supportsColor import - use default import instead of namespace import
1 parent 177f76a commit f195827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/compiler/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// https://opensource.org/licenses/MIT.
44

55
import * as p from 'path';
6-
import * as supportsColor from 'supports-color';
6+
import supportsColor from 'supports-color';
77
import {create} from '@bufbuild/protobuf';
88

99
import {Deprecation, deprecations, getDeprecationIds} from '../deprecations';

0 commit comments

Comments
 (0)