Skip to content

Commit e87b8cf

Browse files
committed
fix: restore Results export in analyze-files and update index exports
1 parent ad79d1d commit e87b8cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cli/analyze-files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import * as yaml from 'js-yaml';
66
import { minimatch } from 'minimatch';
77
import {
88
Config,
9-
Results,
109
getColorsOfFile,
1110
getInvalidColorsOfFile,
11+
Results,
1212
} from '../core';
1313
import { containsBase64EncodedString, readSvgFile } from './utils';
1414

src/core/models/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from './color';
2-
export * from './result';
32
export * from './config';
3+
export * from './result';

0 commit comments

Comments
 (0)