Skip to content

Commit

Permalink
chore: Refine Vega index file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Mar 11, 2022
1 parent 03e41f7 commit 1f822a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vega/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// -- Transforms -----

import pkg from './package.json';
import {extend} from 'vega-util';
import {transforms} from 'vega-dataflow';
import * as tx from 'vega-transforms';
Expand All @@ -22,7 +21,7 @@ extend(

// -- Exports -----

export const version = pkg.version;
export {version} from './package.json';

export * from 'vega-statistics';

Expand Down

0 comments on commit 1f822a4

Please sign in to comment.