Skip to content

Commit e034278

Browse files
authored
fix(build): import types from vega-lite root instead of /src directory (#1463)
1 parent 780e299 commit e034278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reducers/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import stringify from 'json-stringify-pretty-compact';
22
import {satisfies} from 'semver';
33
import * as vega from 'vega';
44
import * as vegaLite from 'vega-lite';
5-
import {Config} from 'vega-lite/src/config';
6-
import {TopLevelSpec} from 'vega-lite/src/spec';
5+
import {Config} from 'vega-lite';
6+
import {TopLevelSpec} from 'vega-lite';
77
import schemaParser from 'vega-schema-url-parser';
88
import {
99
Action,

0 commit comments

Comments
 (0)